Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets data specific to the current instance of the report item.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property RenderingInfo As Object
Get
Set
'Usage
Dim instance As ReportItem
Dim value As Object
value = instance.RenderingInfo
instance.RenderingInfo = value
public Object RenderingInfo { get; set; }
public:
property Object^ RenderingInfo {
Object^ get ();
void set (Object^ value);
}
member RenderingInfo : Object with get, set
function get RenderingInfo () : Object
function set RenderingInfo (value : Object)
Property Value
Type: System.Object
An Object where the stream of data has been placed.