Class ExportEventArgs
Inheritance
System.Object
System.EventArgs
ExportEventArgs
Namespace: FastReport.Olap.Controls
Assembly: FastReport.Olap.dll
Syntax
public class ExportEventArgs : EventArgs
Constructors
ExportEventArgs(ExportBase)
Declaration
public ExportEventArgs(ExportBase export)
Parameters
Type | Name | Description |
---|---|---|
ExportBase | export |
Properties
Cancel
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Export
Declaration
public ExportBase Export { get; }
Property Value
Type | Description |
---|---|
ExportBase |