[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.ReportDesigner.Document

Document Property

Document

Gets or sets the document to open on app startup.

Declaration
[Parameter]
public Document Document { get; init; }
Property Value
Type Description
Document

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.