StyleBase.SharedProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.