StyleBase.NonSharedProperties Property

Definition

Gets or sets the style properties that are different for each for each report item (due to expressions).

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

Property Value

A StyleProperties collection.

Applies to