Class CustomLoadEventArgs
Provides data for the LoadBaseReport event.
Inheritance
System.Object
System.EventArgs
CustomLoadEventArgs
Namespace: FastReport
Assembly: FastReport.Base.dll
Syntax
public class CustomLoadEventArgs : EventArgs
Constructors
CustomLoadEventArgs(String, Report)
Initializes a new instance of the CustomLoadEventArgs class using the specified file name and the report.
Declaration
public CustomLoadEventArgs(string fileName, Report report)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName | The name of the file to load the report from. |
Report | report | The report. |
Properties
FileName
Gets a name of the file to load the report from.
Declaration
public string FileName { get; }
Property Value
Type | Description |
---|---|
System.String |
Report
The reference to a report.
Declaration
public Report Report { get; }
Property Value
Type | Description |
---|---|
Report |