Class CustomLoadEventArgs
Provides data for the LoadBaseReport event.
Inheritance
System.Object
System.EventArgs
CustomLoadEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport
Assembly: FastReport.OpenSource.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 |