Search Results for

    Show / Hide Table of Contents

    Class RecentFilesCommand

    Represents the "Recent Files" command.

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

    This command has no default action associated with it. Check the Enabled property to see if the recent files list is enabled.

    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()

    IsCloudFile(String)

    Returns true if the file specified is a cloud file.

    Declaration
    public bool IsCloudFile(string fileName)
    Parameters
    Type Name Description
    System.String fileName

    File name to check.

    Returns
    Type Description
    System.Boolean

    true if file is a cloud file.

    LoadFile(String)

    Opens a recent file with specified name either from local PC or from cloud.

    Declaration
    public void LoadFile(string fileName)
    Parameters
    Type Name Description
    System.String fileName

    File name to open.

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