Table of Contents

Class ExportEventArgs

Namespace: FastReport.Olap.Controls
Assembly: FastCube.Mono.dll

Event arguments for export event.

public class ExportEventArgs : EventArgs

Inheritance

objectEventArgsExportEventArgs

Constructors

ExportEventArgs(ExportBase)

Creates a new instance.

public ExportEventArgs(ExportBase export)

Parameters

export ExportBase

Properties

Cancel

Gets or sets indicator that event is canceled.

public bool Cancel { get; set; }

Property Value

bool

Export

Gets reference to the export.

public ExportBase Export { get; }

Property Value

ExportBase