New to Telerik ReportingStart a free 30-day trial

Represents a resolver that creates a IReportDocument instance from a ReportSource instance.

Definition

Namespace:Telerik.Reporting.Services

Assembly:Telerik.Reporting.dll

Syntax:

C#
public interface IReportDocumentResolver

Methods

Creates an IReportDocument, e.g., Report, ReportBook, out from a ReportSource instance.

C#
IReportDocument Resolve(ReportSource reportSource)
Parameters:reportSourceReportSource

The input ReportSource.

Returns:

IReportDocument

The 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.

In this article
DefinitionMethodsResolve(ReportSource)
Not finding the help you need?
Contact Support