[]
Saves the report as RDL (Report Definition Language) using the specified XML writer.
public static void SaveRdl(this Report report, XmlWriter writer, ResourceLocator resourceLocator, bool isSnapShotFilter = false)
| 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 |
| Type | Condition |
|---|---|
| ArgumentNullException | Throws if |