Condividi tramite


Proprietà Item (String)

Gets or sets the item at the specified key.

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    name As String _
) As ScaleRange
    Get
'Utilizzo
Dim instance As ScaleRangeCollection
Dim name As String
Dim value As ScaleRange

value = instance(name)
public ScaleRange this[
    string name
] { get; }
public:
property ScaleRange^ default[String^ name] {
    ScaleRange^ get (String^ name);
}
member Item : ScaleRange
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ScaleRange
A ScaleRange object that has the specified name.