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
説明
設定可能な値は、Output、NoOutput、または ContentsOnly です。