Loads design-time information from a given file name in an XML format.
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub LoadReport( _ ByVal fileName As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void LoadReport( string fileName ) | |
Parameters
- fileName
- Specifies the name of the report layout file (RPX) to be loaded into the designer.
The file to be loaded.
| C# | Copy Code |
|---|---|
/// <summary> | |
| Visual Basic | Copy Code |
|---|---|
'OpenReportFile - opens the Open File dialog box to select and open a report rpx file | |