[]
Loads a report from the specified file into the designer.
public void LoadReport(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | The full path to the report file that should be loaded. |
This method attempts to open and load a report file into the designer for editing. Before loading the new report, it checks if there are any unsaved changes in the current session and prompts the user to save them. If the user cancels the save operation, the loading process is aborted to prevent loss of unsaved work. This method supports loading of report files compatible with the ActiveReports designer.