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 to be used by the rendering extension. This data is 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 Report
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 containing the stream where data has been placed.