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 shared 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 Overridable Property SharedRenderingInfo As Object
Get
Set
'Usage
Dim instance As ReportItem
Dim value As Object
value = instance.SharedRenderingInfo
instance.SharedRenderingInfo = value
public virtual Object SharedRenderingInfo { get; set; }
public:
virtual property Object^ SharedRenderingInfo {
Object^ get ();
void set (Object^ value);
}
abstract SharedRenderingInfo : Object with get, set
override 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.