Class ExportParametersEventArgs
Event arguments for custom Export parameters
Inheritance
System.Object
System.EventArgs
ExportParametersEventArgs
Namespace: FastReport
Assembly: FastReport.Base.dll
Syntax
public class ExportParametersEventArgs : EventArgs
Constructors
ExportParametersEventArgs(ExportBase)
Initializes a new instance of ExportParametersEventArgs class.
Declaration
public ExportParametersEventArgs(ExportBase export)
Parameters
| Type | Name | Description |
|---|---|---|
| ExportBase | export | The export instance. |
Fields
Export
Used to set custom export parameters
Declaration
public readonly ExportBase Export
Field Value
| Type | Description |
|---|---|
| ExportBase |