Style.NonSharedProperties Property

Definition

Gets a StyleProperties collection that contains the properties that may be different for each instance of the report item due to expressions.

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

Property Value

A StylePropertiesobject containing a collection of the properties that are different for each report item due to expressions.

Applies to