Report.SharedRenderingInfo Property

Definition

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.

Applies to