gringoloco
Programmer
Hi there
I am writing some ASP.Net code to retrieve and display parameters for scheduled recurring reports. I have got it working on reports that have as their output type the standard
crystal report format.
My problem is with reports that are scheduled to have their output type as Pdf.
Looking at the object model it appears that it is only possible to get at their report parameters via the "ReportParameters" object which has as its parent the "Report"
object. However this type of report appears to be stored as "Pdf" object which does not have "ReportParameters".
I must be missing something since although it may be of type "Pdf" it is still scheduled with parameters!
Any help would be appreciated!
Many thanks
I am writing some ASP.Net code to retrieve and display parameters for scheduled recurring reports. I have got it working on reports that have as their output type the standard
crystal report format.
My problem is with reports that are scheduled to have their output type as Pdf.
Looking at the object model it appears that it is only possible to get at their report parameters via the "ReportParameters" object which has as its parent the "Report"
object. However this type of report appears to be stored as "Pdf" object which does not have "ReportParameters".
I must be missing something since although it may be of type "Pdf" it is still scheduled with parameters!
Any help would be appreciated!
Many thanks