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

In This Topic
    Content Property (SectionDocument)
    In This Topic
    Allows a document to be assigned to a web service.
    Syntax
    'Declaration
     
    Public Property Content As Byte()
    public byte[] Content {get; set;}

    Property Value

    A valid xml schema of the report.

    Remarks
    This is for XML Serialization used in retrieving a report from a web service. It is basically the same information that the viewer loads from an RDF file.
    See Also

    Reference

    SectionDocument Class
    SectionDocument Members

    Walkthroughs

    Document Web Service