Lenguaje

StyleBaseInstance.StyleAttributes Propiedad

Definición

Obtiene el valor calculado de la NonSharedStyleAttributes propiedad en una StyleBase clase.

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

Valor de propiedad

A List<T> que contiene StyleAttributeNames específico para esta instancia.

Se aplica a