ActiveReports 6 Online Help
Content Property

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Document Class
Document Members

Walkthroughs

Document Web Service

Send Feedback