public ReportObject LoadFromRepository( System.Guid reportId, System.bool validate, System.string udfData, System.bool setActive )
Parameters
- reportId
- The content ID of the report to retrieve.
- validate
- When True, the report will be checked for errors. Any errors, such as missing data objects will be available in the ValidationErrors Property of the returned ReportObject Class.
- udfData
Optional user-defined data string to pass along with the report.
This feature is deprecated.- setActive
- Whether or not to set the returned report as the active report. If not provided, will pass True by default.
Return Value
A ReportObject representing the requested report.