Saves the design-time information of the Designer to a given file name in an XML format.
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub SaveReport( _ ByVal fileName As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void SaveReport( string fileName ) | |
Parameters
- fileName
- Specifies the name of the report layout file (RPX) to be saved.
| C# | Copy Code |
|---|---|
/// <summary> | |
| Visual Basic | Copy Code |
|---|---|
'SaveReportFile - opens the Save File Dialog to save the report out to an rpx file | |