ActiveReports.Viewer3 Request technical support
Content Property
See Also 


Allows a document to be assigned to a web service.

Syntax

Visual Basic (Declaration) 
Public Property Content As Byte()
Visual Basic (Usage)Copy Code
Dim instance As Document
Dim value() As Byte
 
instance.Content = value
 
value = instance.Content
C# 
public byte[] Content {get; set;}

Return 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