Search Results for

    Show / Hide Table of Contents

    Class AxisCellImageIndexEventArgs

    Inheritance
    System.Object
    System.EventArgs
    AxisCellImageIndexEventArgs
    Namespace: FastReport.Olap.Controls
    Assembly: FastReport.Olap.dll
    Syntax
    public class AxisCellImageIndexEventArgs : EventArgs

    Constructors

    AxisCellImageIndexEventArgs(CellInfo)

    Declaration
    public AxisCellImageIndexEventArgs(CellInfo cell)
    Parameters
    Type Name Description
    CellInfo cell

    Properties

    Cell

    Declaration
    public CellInfo Cell { get; }
    Property Value
    Type Description
    CellInfo

    ImageIndex

    Declaration
    public int ImageIndex { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top © 1998-2024 Copyright Fast Reports Inc.