LinearScaleCollection.Item[String] Propriedade

Definição

Recebe o item que tem o nome 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

O nome do item na coleção.

Valor da propriedade

Um LinearScale objeto que tem o nome especificado.

Aplica-se a