ActiveReports 18 .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 the content.
    Syntax
    'Declaration
     
    Public Property Content As Byte()
    public byte[] Content {get; set;}

    Property Value

    The content.
    See Also