Search Results for

    Show / Hide Table of Contents

    Class ExportGetTitleEventArgs

    Inheritance
    System.Object
    System.EventArgs
    ExportGetTitleEventArgs
    Namespace: FastReport.Olap.Export
    Assembly: FastReport.Olap.dll
    Syntax
    public class ExportGetTitleEventArgs : EventArgs

    Constructors

    ExportGetTitleEventArgs(ExportTitle, String)

    Declaration
    public ExportGetTitleEventArgs(ExportTitle exportTitle, string title)
    Parameters
    Type Name Description
    ExportTitle exportTitle
    System.String title

    Properties

    ExportTitle

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

    Title

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