次の方法で共有


DataElementOutputTypes 列挙体

データ表示の出力動作を定義します。

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

構文

'宣言
Public Enumeration DataElementOutputTypes
'使用
Dim instance As DataElementOutputTypes
public enum DataElementOutputTypes
public enum class DataElementOutputTypes
type DataElementOutputTypes
public enum DataElementOutputTypes

メンバー

メンバー名 説明
ContentsOnly このアイテム自体はデータ表示に反映されないが、そのコンテンツはこのアイテムのコンテナーに格納されている場合と同じように表示されることを指定します。
NoOutput アイテムがデータ表示に反映されないことを指定します。
Output アイテムがデータ表示に反映されることを指定します。

関連項目

参照

Microsoft.ReportingServices.ReportRendering 名前空間