Style.NonSharedProperties 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 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.