Class ExportGetCubeRowCountEventArgs
Inheritance
System.Object
System.EventArgs
ExportGetCubeRowCountEventArgs
Namespace: FastReport.Olap.Export
Assembly: FastReport.Olap.dll
Syntax
public class ExportGetCubeRowCountEventArgs : EventArgs
Constructors
ExportGetCubeRowCountEventArgs(Int32)
Declaration
public ExportGetCubeRowCountEventArgs(int rowCount)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowCount |
Properties
RowCount
Declaration
public int RowCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |