Style.NonSharedStyleAttributes Property

Definition

Gets a list of style attributes that are not shared between instance objects.

public:
 virtual property System::Collections::Generic::List<Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames> ^ NonSharedStyleAttributes { System::Collections::Generic::List<Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames> ^ get(); };
public override System.Collections.Generic.List<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames> NonSharedStyleAttributes { get; }
member this.NonSharedStyleAttributes : System.Collections.Generic.List<Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames>
Public Overrides ReadOnly Property NonSharedStyleAttributes As List(Of StyleAttributeNames)

Property Value

A List<T> object that represents a list of style attributes that are not shared between instance objects.

Applies to