FontStyles Enum

Definition

Specifies the font style for the text within a report item.

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

Fields

Default 0

Specifies the default font style, which is the same as Normal.

Italic 2

Specifies that the font is italicized.

Normal 1

Specifies that the font is not italicized.

Applies to