Report.SharedRenderingInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets shared data for use in future rendering extensions.
public:
property System::Object ^ SharedRenderingInfo { System::Object ^ get(); void set(System::Object ^ value); };
public object SharedRenderingInfo { get; set; }
member this.SharedRenderingInfo : obj with get, set
Public Property SharedRenderingInfo As Object
Property Value
An Object
containing data to be shared across instances of this report item.
Remarks
This data will be shared across every instance of this report item.