Proprietà Item
Gets the instance value for the specified StyleAttributeNames property.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Default Property Item ( _
style As StyleAttributeNames _
) As Object
Get
'Utilizzo
Dim instance As StyleBaseInstance
Dim style As StyleAttributeNames
Dim value As Object
value = instance(style)
public abstract Object this[
StyleAttributeNames style
] { get; }
public:
virtual property Object^ default[StyleAttributeNames style] {
Object^ get (StyleAttributeNames style) abstract;
}
abstract Item : Object
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- 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.
Valore proprietà
Tipo: System. . :: . .Object
An object that represents the instance value for the specified StyleAttributeNames property.