ReportParameterCollection.Item[] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得集合中的項目。
多載
| Item[Int32] |
取得指定之索引處的項目。 |
| Item[String] |
取得擁有指定之名稱的 ReportParameter。 |
Item[Int32]
取得指定之索引處的項目。
public:
virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportParameter ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::ReportParameter ^ get(int index); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter
Default Public Overrides ReadOnly Property Item(index As Integer) As ReportParameter
參數
- index
- Int32
項目的索引。
屬性值
位於指定之索引處的 ReportParameter 物件。
適用於
Item[String]
取得擁有指定之名稱的 ReportParameter。
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ReportParameter ^ default[System::String ^] { Microsoft::ReportingServices::OnDemandReportRendering::ReportParameter ^ get(System::String ^ name); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter
Default Public ReadOnly Property Item(name As String) As ReportParameter
參數
- name
- String
項目的名稱。
屬性值
具有指定之名稱的 ReportParameter 物件。