function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
B2AB2A 

Visualforce page to pull various reports

Hi , I was hoping someone would be able to shed some light on this topic!

 

I currently have a visual force page and it's in it's early stages.  It uses a custom object as a standardcontroller and I used a custom picklist field to determine what report shows (report shows via an iFRAME) after a partial page refresh.  However, this is all hardcoded so the reports are pre-set. 

 

Is there a way (without hardcoding) that I can query existing reports? 

 

Or any workaround .. i have a feeling I may have to hard code this :S

 

Also, has anyone used dependant picklist using visualforce?  I have a feeling I will need to create depend picklists so that the user will have to getmore specific on the type of report they want.