Class DataCellImageIndexEventArgs
Inheritance
System.Object
System.EventArgs
DataCellImageIndexEventArgs
Namespace: FastReport.Olap.Controls
Assembly: FastReport.Olap.dll
Syntax
public class DataCellImageIndexEventArgs : EventArgs
Constructors
DataCellImageIndexEventArgs(MeasureCell)
Declaration
public DataCellImageIndexEventArgs(MeasureCell cell)
Parameters
Type | Name | Description |
---|---|---|
MeasureCell | cell |
Properties
Cell
Declaration
public MeasureCell Cell { get; }
Property Value
Type | Description |
---|---|
MeasureCell |
ImageIndex
Declaration
public int ImageIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |