Saves the design-time information of the Designer to a given stream in an XML format.
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub SaveReport( _ ByVal stream As Stream _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void SaveReport( Stream stream ) | |
Parameters
- stream
- Specifies the Stream object to contain the report layout.
| C# | Copy Code |
|---|---|
/// <summary> | |
| Visual Basic | Copy Code |
|---|---|
'SetReportViaStream - sets a report design stream to the Designer | |