Search Results for

    Show / Hide Table of Contents

    Class PreviewControl.ExportEventArgs

    Contains arguments for OnExport event.

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

    Properties

    Export

    Gets export instance.

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

    PagesOfTabs

    Gets a list of prepared pages (tabs) currently opened in the preview control.

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

    Report

    Gets report instance.

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