Search Results for

    Show / Hide Table of Contents

    Class DataCellTextEventArgs

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

    Constructors

    DataCellTextEventArgs(MeasureCell, String)

    Declaration
    public DataCellTextEventArgs(MeasureCell cell, string text)
    Parameters
    Type Name Description
    MeasureCell cell
    System.String text

    Properties

    Cell

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

    Text

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