LinearScaleCollection.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得具有指定之名稱的項目。
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
參數
- name
- String
集合中項目的名稱。
屬性值
具有指定之名稱的 LinearScale 物件。