Report.DataElementStyles 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テキスト ボックス値やグラフ データ値などのリーフ レベルの値を要素または属性としてレンダリングするかどうかを示します。
public: enum class Report::DataElementStyles
public enum Report.DataElementStyles
type Report.DataElementStyles =
Public Enum Report.DataElementStyles
- 継承
-
Report.DataElementStyles
フィールド
Attribute | 0 | テキスト ボックスを属性として表示することを示します。 |
Element | 1 | テキスト ボックスを要素として表示することを示します。 |