次の方法で共有


TablixMember.DataElementOutput プロパティ

この Tablix メンバーが表示される出力に含まれるかどうかを示す値を取得します。

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

構文

'宣言
Public MustOverride ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'使用
Dim instance As TablixMember 
Dim value As DataElementOutputTypes 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes
表示される出力にこの Tablix メンバーを含めるかどうかを示す値を表す DataElementOutputTypes オブジェクト。

関連項目

参照

TablixMember クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間