Loads an existing report XML layout into the designer.
Loads design-time information from a given file name.
| Overload | Description |
|---|---|
| LoadReport(String) | Loads an existing report XML layout from the specified file name into the designer. Loads design-time information from a given file name in an XML format. |
| LoadReport(Stream) | Loads an existing report XML layout from the specified Stream into the designer. Loads design-time intormation from a stream in an XML load(Stream stream). |
| 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 | |