ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DesignerSettings Class / Documents Property

In This Topic
    Documents Property (DesignerSettings)
    In This Topic
    Gets or sets the settings and handlers for managing documents, including settings for the File View tab and event handlers for document-related actions.
    Syntax
    'Declaration
     
    Public Property Documents As DocumentsSettings
    public DocumentsSettings Documents {get; set;}

    Property Value

    An instance of DocumentsSettings representing the documents settings.
    See Also