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

In This Topic
    Document Property (ReportDesigner)
    In This Topic
    Gets or sets the document to open on app startup.
    Syntax
    'Declaration
     
    Public Property Document As Document
    public Document Document {get; set;}

    Property Value

    A Document representing the document to open on app startup.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards. If not set, a new empty document will be created.
    See Also