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

In This Topic
    Document Property (ChangedDocumentOptions)
    In This Topic
    Gets or sets the document content.
    Syntax
    'Declaration
     
    Public Property Document As Object
    public object Document {get; set;}

    Property Value

    The document content as an System.Object.
    See Also