次の方法で共有


DataMember.DataElementOutput プロパティ

アイテムをデータ表示に含めるかどうかを示します。

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

構文

'宣言
Public Overrides ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'使用
Dim instance As DataMember 
Dim value As DataElementOutputTypes 

value = instance.DataElementOutput
public override DataElementOutputTypes DataElementOutput { get; }
public:
virtual property DataElementOutputTypes DataElementOutput {
    DataElementOutputTypes get () override;
}
abstract DataElementOutput : DataElementOutputTypes 
override DataElementOutput : DataElementOutputTypes
override function get DataElementOutput () : DataElementOutputTypes

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.DataElementOutputTypes
DataElementOutputTypes 列挙値です。

関連項目

参照

DataMember クラス

Microsoft.ReportingServices.ReportRendering 名前空間