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