[]
Converts the report to an RDL (Report Definition Language) string representation.
public static string ToRdlString(this Report report, ResourceLocator resourceLocator, IReportComponentFactory reportComponentFactory = null, bool IsSnapShotFilter = false)
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 |
bool | IsSnapShotFilter | A bool value indicating whether the snapshot filtering is applied. Default is |
Type | Description |
---|---|
string | A string value representing the RDL representation of the report. |