ReportItemCollection.SharedRenderingInfo Property

Definition

Gets or sets data for use in future rendering extensions. This data will be shared across every instance of this report item.

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.

Applies to