Style.SharedProperties Property

Definition

Gets a StyleProperties collection that contains the properties shared by all report item instances that are derived from the same report item in the definition.

public:
 virtual property Microsoft::ReportingServices::ReportRendering::StyleProperties ^ SharedProperties { Microsoft::ReportingServices::ReportRendering::StyleProperties ^ get(); };
public override Microsoft.ReportingServices.ReportRendering.StyleProperties SharedProperties { get; }
member this.SharedProperties : Microsoft.ReportingServices.ReportRendering.StyleProperties
Public Overrides ReadOnly Property SharedProperties As StyleProperties

Property Value

A StyleProperties object containing a collection of the properties shared by all report items that are derived from the same report item in the definition.

Applies to