Search Results for

    Show / Hide Table of Contents

    Class DataCellStyleEventArgs

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

    Constructors

    DataCellStyleEventArgs(MeasureCell, CellState, Style)

    Declaration
    public DataCellStyleEventArgs(MeasureCell cell, CellState cs, Style style)
    Parameters
    Type Name Description
    MeasureCell cell
    CellState cs
    Style style

    Properties

    Cell

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

    CellState

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

    Style

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