Lenguaje

StyleBase.Item[StyleAttributeNames] Propiedad

Definición

Obtiene un atributo de estilo.

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportProperty ^ default[Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames] { Microsoft::ReportingServices::OnDemandReportRendering::ReportProperty ^ get(Microsoft::ReportingServices::OnDemandReportRendering::StyleAttributeNames style); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty this[Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames style] { get; }
member this.Item(Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames) : Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
Default Public MustOverride ReadOnly Property Item(style As StyleAttributeNames) As ReportProperty

Parámetros

style
StyleAttributeNames

El atributo de estilo que hay que conseguir.

Valor de propiedad

Uno de los valores de enumeración de la StyleAttributeNames enumeración que representa un atributo de estilo.

Se aplica a