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

In This Topic
    Document Property (DesignerSettings)
    In This Topic
    Gets or sets the document to open on app startup. If not set, a new empty document will be created.
    Syntax
    'Declaration
     
    Public Property Document As Document
    public Document Document {get; set;}

    Property Value

    An instance of Document representing the document to open on app startup.
    See Also