Share via


StyleBase.SharedStyleAttributes Propiedad

Definición

Obtiene una lista de los estilos que comparten los objetos de instancia.

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

Valor de propiedad

Un objeto List<T> que representa una lista de los estilos que comparten los objetos de instancia.

Se aplica a