ReportItem.SharedRenderingInfo Property

Definition

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

public:
 virtual property System::Object ^ SharedRenderingInfo { System::Object ^ get(); void set(System::Object ^ value); };
public virtual object SharedRenderingInfo { get; set; }
member this.SharedRenderingInfo : obj with get, set
Public Overridable Property SharedRenderingInfo As Object

Property Value

An Object containing data to be shared across instances of this report item.

Applies to