Class OpenSaveReportEventArgs
Provides a data for the designer's custom dialog events.
Inheritance
System.Object
OpenSaveReportEventArgs
Namespace: FastReport.Design
Assembly: FastReport.dll
Syntax
public class OpenSaveReportEventArgs
Properties
Data
Gets the custom data that was set in the OpenDialog event.
Declaration
public object Data { get; }
Property Value
Type | Description |
---|---|
System.Object |
FileName
Gets a file name.
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
This property contains the location of a report that was selected by the user in the open/save dialogs. If you work with files (like the standard "Open" and "Save" dialogs do), treat this property as a file name.
Report
Gets a report.
Declaration
public Report Report { get; }
Property Value
Type | Description |
---|---|
Report |
Remarks
Use this report in the load/save operations.