Item Propiedad (String)
Gets or sets the item at the specified key.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
name As String _
) As ScaleRange
Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- name
Tipo: System. . :: . .String
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ScaleRange
A ScaleRange object that has the specified name.