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 0

The data rendering is Auto.

ContentsOnly 3

The data rendering is ContentsOnly.

NoOutput 2

The data rendering is NoOutput.

Output 1

The data rendering is Output.

Applies to