Search Results for

    Show / Hide Table of Contents

    Delegate OpenSaveReportEventHandler

    Represents the method that will handle the designer's custom dialogs event.

    Namespace: FastReport.Design
    Assembly: FastReport.dll
    Syntax
    public delegate void OpenSaveReportEventHandler(object sender, OpenSaveReportEventArgs e);
    Parameters
    Type Name Description
    System.Object sender

    The source of the event.

    OpenSaveReportEventArgs e

    The event data.

    Back to top © 1998-2025 Copyright Fast Reports Inc.