次の方法で共有


CustomLabelCollection.Item プロパティ (String)

指定した名前のアイテムを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Default Property Item ( _
    name As String _
) As CustomLabel 
    Get
'使用
Dim instance As CustomLabelCollection 
Dim name As String 
Dim value As CustomLabel 

value = instance(name)
public CustomLabel this[
    string name
] { get; }
public:
property CustomLabel^ default[String^ name] {
    CustomLabel^ get (String^ name);
}
member Item : CustomLabel
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

  • name
    型: System.String
    コレクション内のアイテムの名前。

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.CustomLabel
指定した名前の CustomLabel オブジェクト。

関連項目

参照

CustomLabelCollection クラス

Item オーバーロード

Microsoft.ReportingServices.OnDemandReportRendering 名前空間