'Declaration Public Shared Sub SaveRdl( _ ByVal report As Report, _ ByVal writer As XmlWriter, _ ByVal resourceLocator As ResourceLocator, _ Optional ByVal isSnapShotFilter As Boolean _ )
public static void SaveRdl( Report report, XmlWriter writer, ResourceLocator resourceLocator, bool isSnapShotFilter )
Parameters
- report
- A GrapeCity.ActiveReports.PageReportModel.Report object to save for.
- writer
- A System.Xml.XmlWriter object to use for saving the report.
- resourceLocator
- A GrapeCity.ActiveReports.ResourceLocator object used to locate the resource.
- isSnapShotFilter
- A System.Boolean value indicating whether the snapshot filtering is applied. Default is
false
.