Hello,
could somebody please provide an example of Custom Code which exports to PDF on the following way:
- upon click on PDF export button, it is necessary to filter rows based on the conditions i.e. value in two (2) columns and, consequently, to create following:
1) firstly, parent folder e.g., State_Name (i.e., value in the column 1)
2) within that folder should be listed all pdf files filtered based on the e.g. city names that belong to that state (i.e., value in the column 2)?
Can please somebody provide code skeleton that performs this or similar task within SSRS?
bye