Proprietà Item (String)
Returns a style matching the specified name.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Default Property Item ( _
styleName As String _
) As Object
Get
'Utilizzo
Dim instance As StyleBase
Dim styleName As String
Dim value As Object
value = instance(styleName)
public abstract Object this[
string styleName
] { get; }
public:
virtual property Object^ default[String^ styleName] {
Object^ get (String^ styleName) abstract;
}
abstract Item : Object
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- styleName
Tipo: System. . :: . .String
The name of the style to retrieve.
Valore proprietà
Tipo: System. . :: . .Object
An object containing the style matching the specified name.
Vedere anche