Progress® Telerik® Reporting R1 2021
IReportDocumentResolver.Resolve Method
Namespace:
Telerik.Reporting.Services
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)
The created IReportDocument instance. Return null in cases you need the built-in logic to handle the resolution.
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
Parameters
- reportSource
- Type: Telerik.ReportingReportSource
The input ReportSource.
Return Value
Type: IReportDocumentThe created IReportDocument instance. Return null in cases you need the built-in logic to handle the resolution.
Remarks
Implementing this interface allows substituting the default Report document resolution logic.
For example, if the report definitions are stored in a database, implement the interface to resolve
UriReportSource denoting the name of the report to a Report instance pulling the bits from the
database and deserializing the report.
Version Information
Supported in: 1.0.1