MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Tools Namespace / ReportExtensions Class / ToRdlString Method
A GrapeCity.ActiveReports.PageReportModel.Report object to convert for.
A GrapeCity.ActiveReports.ResourceLocator object used to locate the resource.
A GrapeCity.ActiveReports.IReportComponentFactory object to create report components. Default is null.
A System.Boolean value indicating whether the snapshot filtering is applied. Default is false.

In This Topic
ToRdlString Method (ReportExtensions)
In This Topic
Converts the report to an RDL (Report Definition Language) string representation.
Syntax
'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
 

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.
Remarks
This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
See Also