Search Results for

    Show / Hide Table of Contents

    Class OpenSaveDialogEventArgs

    Provides a data for the designer's custom dialog events.

    Inheritance
    System.Object
    OpenSaveDialogEventArgs
    Namespace: FastReport.Design
    Assembly: FastReport.dll
    Syntax
    public class OpenSaveDialogEventArgs

    Properties

    Cancel

    Gets or sets a value indicating that the dialog was cancelled.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    This property is used to tell the designer that the user was cancelled the dialog.

    Data

    Gets or sets the custom data that is shared across events.

    Declaration
    public object Data { get; set; }
    Property Value
    Type Description
    System.Object
    Remarks

    You may set the Data in the OpenDialog event and use it later in the OpenReport event.

    Designer

    Gets a report designer.

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

    FileName

    Gets or sets a file name.

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    This property contains the location of a report. If you work with files (like the standard "Open" and "Save" dialogs do), treat this property as a file name.

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