Search Results for

    Show / Hide Table of Contents

    Class AxisCellStyleEventArgs

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

    Constructors

    AxisCellStyleEventArgs(CellInfo, DrawerState, Style)

    Declaration
    public AxisCellStyleEventArgs(CellInfo cell, DrawerState cs, Style style)
    Parameters
    Type Name Description
    CellInfo cell
    DrawerState cs
    Style style

    Properties

    Cell

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

    CellState

    Declaration
    public DrawerState CellState { get; }
    Property Value
    Type Description
    DrawerState

    Style

    Declaration
    public Style Style { get; }
    Property Value
    Type Description
    Style
    Back to top © 1998-2024 Copyright Fast Reports Inc.