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 for use in future rendering extensions. This data will be shared across every instance of this report item.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property SharedRenderingInfo As Object
Get
Set
'Usage
Dim instance As ReportItemCollection
Dim value As Object
value = instance.SharedRenderingInfo
instance.SharedRenderingInfo = value
public Object SharedRenderingInfo { get; set; }
public:
property Object^ SharedRenderingInfo {
Object^ get ();
void set (Object^ value);
}
member SharedRenderingInfo : Object with get, set
function get SharedRenderingInfo () : Object
function set SharedRenderingInfo (value : Object)
Property Value
Type: System.Object
An object containing data to be shared across instances of this report item.