[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Advanced.DesignerForm.LoadReport

LoadReport Method

LoadReport(string)

Loads a report from the specified file into the designer.

Declaration
public void LoadReport(string fileName)
Parameters
Type Name Description
string fileName

The full path to the report file that should be loaded.

Remarks

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.