DataElementOutputTypes 枚举

定义

指示该项是否应出现在数据呈现中。

public enum class DataElementOutputTypes
public enum DataElementOutputTypes
type DataElementOutputTypes = 
Public Enum DataElementOutputTypes
继承
DataElementOutputTypes

字段

Auto 3

指定以下行为:对于没有 ToggleItem已将 Hidden 设置为 true (非表达式) ,并且对于非ggleable 静态 tablix 成员中的任何报表项,将 Hidden 设置为 (true 的 NoOutput,而不是表达式) ;作为具有常量TextRun值的 NoOutputTextBox;行为为 ContentsOnly;Rectangle行为为所有其他项的输出。

ContentsOnly 2

指定该项本身不应出现在数据呈现中,但应呈现其内容,好像它们在此项的容器中一样。

NoOutput 1

指定该项不应出现在数据呈现中。

Output 0

指定该项应该出现在数据呈现中。

适用于