Propriedade do RDL StyleInstance.Item
Gets the instance value for the specified StyleAttributeNames property.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Overrides ReadOnly Default Property Item ( _
style As StyleAttributeNames _
) As Object
Get
'Uso
Dim instance As StyleInstance
Dim style As StyleAttributeNames
Dim value As Object
value = instance(style)
public override Object this[
StyleAttributeNames style
] { get; }
public:
virtual property Object^ default[StyleAttributeNames style] {
Object^ get (StyleAttributeNames style) override;
}
abstract Item : Object
override Item : Object
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- style
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames
A [T:Microsoft.ReportingServices.OnDemandReportRendering.StyleBaseInstance.Item(Microsoft.ReportingServices.OnDemandReportRendering.StyleAttributeNames] value that represents the style attribute to access.
Valor da propriedade
Tipo: System.Object
An object that represents the instance value for the specified StyleAttributeNames property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering