次の方法で共有


Group.DataElementOutput プロパティ

グループをデータに表示するかどうかを示します。

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

構文

'宣言
Public Overridable ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'使用
Dim instance As Group 
Dim value As DataElementOutputTypes 

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

プロパティ値

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

説明

設定可能な値は、Output、NoOutput、または ContentsOnly です。

関連項目

参照

Group クラス

Microsoft.ReportingServices.ReportRendering 名前空間