Propriedade do RDL StyleBase.Item
Gets a style attribute.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Default Property Item ( _
style As StyleAttributeNames _
) As ReportProperty
Get
'Uso
Dim instance As StyleBase
Dim style As StyleAttributeNames
Dim value As ReportProperty
value = instance(style)
public abstract ReportProperty this[
StyleAttributeNames style
] { get; }
public:
virtual property ReportProperty^ default[StyleAttributeNames style] {
ReportProperty^ get (StyleAttributeNames style) abstract;
}
abstract Item : ReportProperty
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- style
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames
The style attribute to get.
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
One of the enumeration values of the StyleAttributeNames enumeration that represents a style attribute.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering