[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Tools.ReportExtensions.SaveRdl

SaveRdl Method

SaveRdl(Report, XmlWriter, ResourceLocator, bool)

Saves the report as RDL (Report Definition Language) using the specified XML writer.

Declaration
public static void SaveRdl(this Report report, XmlWriter writer, ResourceLocator resourceLocator, bool isSnapShotFilter = false)
Parameters
Type Name Description
Report report

A Report object to save for.

XmlWriter writer

A System.Xml.XmlWriter object to use for saving the report.

ResourceLocator resourceLocator

A ResourceLocator object used to locate the resource.

bool isSnapShotFilter

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

Exceptions
Type Condition
ArgumentNullException

Throws if writer is null.