DataElementOutputTypes Enum

Definition

Indicates whether the item should appear in a data rendering.

public enum class DataElementOutputTypes
public enum DataElementOutputTypes
type DataElementOutputTypes = 
Public Enum DataElementOutputTypes
Inheritance
DataElementOutputTypes

Fields

Auto 3

Specifies the following behavior: behave as NoOutput for any report item that does not have a ToggleItem and with Hidden set to true (not an expression) and for any report item in a nontoggleable static tablix member with Hidden set to true (not an expression); behave as NoOutput for a TextBox with constant TextRun values; behave as ContentsOnly for Rectangle; behave as Output for all other items.

ContentsOnly 2

Specifies that the item itself should not appear in data renderings, but its contents should be rendered as if they were in this item’s container.

NoOutput 1

Specifies that the item should not appear in data renderings.

Output 0

Specifies that the item should appear in data renderings.

Applies to