LinearScaleCollection.Item Propiedad (String)
Gets the item that has the specified name.
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 LinearScale
Get
'Uso
Dim instance As LinearScaleCollection
Dim name As String
Dim value As LinearScale
value = instance(name)
public LinearScale this[
string name
] { get; }
public:
property LinearScale^ default[String^ name] {
LinearScale^ get (String^ name);
}
member Item : LinearScale
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- name
Tipo: System.String
The name of the item in the collection.
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.LinearScale
A LinearScale object that has the specified name.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering