ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / DocumentsSettings Property

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

    Property Value

    An DocumentsSettings object representing the settings and handlers for managing documents.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also