StyleBase.SharedProperties Property

Definition

Gets or sets the properties shared by all report items derived from the same report item in the definition.

public:
 virtual property Microsoft::ReportingServices::ReportRendering::StyleProperties ^ SharedProperties { Microsoft::ReportingServices::ReportRendering::StyleProperties ^ get(); void set(Microsoft::ReportingServices::ReportRendering::StyleProperties ^ value); };
public virtual Microsoft.ReportingServices.ReportRendering.StyleProperties SharedProperties { get; set; }
member this.SharedProperties : Microsoft.ReportingServices.ReportRendering.StyleProperties with get, set
Public Overridable Property SharedProperties As StyleProperties

Property Value

A StyleProperties collection.

Applies to