Content Property (ViewerSettings.ViewerDocumentInfo)
In This Topic
Gets or sets the report content in JSON format, useful for report viewers with in-browser rendering.
Syntax
'Declaration
Public Property Content As Object
public object Content {get; set;}
Property Value
The report content as an
System.Object.
See Also