Saves the report layout.
Saves the design-time information of the Designer.
| Overload | Description |
|---|---|
| SaveReport(String) | Saves a report layout as an XML file to the specified file name. Saves the design-time information of the Designer to a given file name in an XML format. |
| SaveReport(Stream) | Saves a report layout as an XML file to the specified Stream. Saves the design-time information of the Designer to a given stream in an XML format. |
| C# | Copy Code |
|---|---|
// SetReportViaStream - sets a report design stream to the Designer | |
| Visual Basic | Copy Code |
|---|---|
'SetReportViaStream - sets a report design stream to the Designer | |