Lenguaje

LinearScaleCollection.Item[String] Propiedad

Definición

Obtiene el artículo que tiene el nombre especificado.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::LinearScale ^ default[System::String ^] { Microsoft::ReportingServices::OnDemandReportRendering::LinearScale ^ get(System::String ^ name); };
public Microsoft.ReportingServices.OnDemandReportRendering.LinearScale this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.OnDemandReportRendering.LinearScale
Default Public ReadOnly Property Item(name As String) As LinearScale

Parámetros

name
String

El nombre del objeto de la colección.

Valor de propiedad

Objeto LinearScale que tiene el nombre especificado.

Se aplica a