Item プロパティ (String)

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

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

構文

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

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

パラメーター

プロパティ値

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