次の方法で共有


StyleInstance.Item プロパティ

指定した StyleAttributeNames プロパティのインスタンス値を取得します。

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

構文

'宣言
Public Overrides ReadOnly Default Property Item ( _
    style As StyleAttributeNames _
) As Object 
    Get
'使用
Dim instance As StyleInstance 
Dim style As StyleAttributeNames 
Dim value As Object 

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

パラメーター

プロパティ値

型: System.Object
指定した StyleAttributeNames プロパティのインスタンス値を表す object。

関連項目

参照

StyleInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間