Search Results for

    Show / Hide Table of Contents

    Class DataCellDrawEventArgs

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

    Constructors

    DataCellDrawEventArgs(Graphics, Rectangle, MeasureCell, CellState)

    Declaration
    public DataCellDrawEventArgs(Graphics g, Rectangle r, MeasureCell cell, CellState cs)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Drawing.Rectangle r
    MeasureCell cell
    CellState cs

    Properties

    Cell

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

    CellState

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

    Graphics

    Declaration
    public Graphics Graphics { get; }
    Property Value
    Type Description
    System.Drawing.Graphics

    Rectangle

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