ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / SectionDocument Class / Content Property

In This Topic
    Content Property (SectionDocument)
    In This Topic
    Gets or sets a value representing the document content.
    Syntax
    'Declaration
     
    Public Property Content As Byte()
    public byte[] Content {get; set;}

    Property Value

    A System.Byte[] value representing the content of the document.
    See Also