Search Results for

    Show / Hide Table of Contents

    Class OpenViaCloudCommand

    Represents the "File|Open from Cloud..." command. Also can be used for loading a file from the recent files list.

    Inheritance
    System.Object
    DesignerCommand
    OpenViaCloudCommand
    Inherited Members
    DesignerCommand.Enabled
    DesignerCommand.CustomAction
    DesignerCommand.Invoke(Object, EventArgs)
    Namespace: FastReport.Design
    Assembly: FastReport.dll
    Syntax
    public class OpenViaCloudCommand : DesignerCommand

    Methods

    GetEnabled()

    Gets a value for the Enabled property.

    Declaration
    protected override bool GetEnabled()
    Returns
    Type Description
    System.Boolean

    true if command is enabled.

    Overrides
    DesignerCommand.GetEnabled()

    Invoke()

    Invokes the command.

    Declaration
    public override void Invoke()
    Overrides
    DesignerCommand.Invoke()

    LoadFile(String, String)

    Loads file from the recent files list.

    Declaration
    public async void LoadFile(string key, string id)
    Parameters
    Type Name Description
    System.String key

    File name.

    System.String id

    File ID.

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