Search Results for

    Show / Hide Table of Contents

    Class PreviewControl.ExportEventArgs

    Inheritance
    System.Object
    System.EventArgs
    PreviewControl.ExportEventArgs
    Namespace: FastReport.Preview
    Assembly: FastReport.dll
    Syntax
    public class ExportEventArgs : EventArgs

    Constructors

    ExportEventArgs(ExportBase, Report, List<PreparedPages>)

    Declaration
    public ExportEventArgs(ExportBase export, Report report, List<PreparedPages> pagesOfTabs)
    Parameters
    Type Name Description
    ExportBase export
    Report report
    System.Collections.Generic.List<PreparedPages> pagesOfTabs

    Properties

    Export

    Declaration
    public ExportBase Export { get; }
    Property Value
    Type Description
    ExportBase

    PagesOfTabs

    Declaration
    public List<PreparedPages> PagesOfTabs { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<PreparedPages>

    Report

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