'Declaration Public Shared Function ToRdlString( _ ByVal report As Report, _ ByVal resourceLocator As ResourceLocator, _ Optional ByVal reportComponentFactory As IReportComponentFactory, _ Optional ByVal IsSnapShotFilter As Boolean _ ) As String
public static string ToRdlString( Report report, ResourceLocator resourceLocator, IReportComponentFactory reportComponentFactory, bool IsSnapShotFilter )
Parameters
- report
- A GrapeCity.ActiveReports.PageReportModel.Report object to convert for.
- resourceLocator
- A GrapeCity.ActiveReports.ResourceLocator object used to locate the resource.
- reportComponentFactory
- A GrapeCity.ActiveReports.IReportComponentFactory object to create report components. Default is
null
. - IsSnapShotFilter
- A System.Boolean value indicating whether the snapshot filtering is applied. Default is
false
.
Return Value
A System.String value representing the RDL representation of the report.