[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ReportExtensions.ToRdlString

ToRdlString Method

ToRdlString(Report, ResourceLocator, IReportComponentFactory, bool)

Converts the report to an RDL (Report Definition Language) string representation.

Declaration
public static string ToRdlString(this Report report, ResourceLocator resourceLocator, IReportComponentFactory reportComponentFactory = null, bool IsSnapShotFilter = false)
Parameters
Type Name Description
Report report

A Report object to convert for.

ResourceLocator resourceLocator

A ResourceLocator object used to locate the resource.

IReportComponentFactory reportComponentFactory

A IReportComponentFactory object to create report components. Default is null.

bool IsSnapShotFilter

A bool value indicating whether the snapshot filtering is applied. Default is false.

Returns
Type Description
string

A string value representing the RDL representation of the report.