com.crystaldecisions.sdk.plugin.desktop.common
Interface ITextFormatSeparated.CeReportSectionsOption

Enclosing interface:
ITextFormatSeparated

public static interface ITextFormatSeparated.CeReportSectionsOption

This interface defines the available report section options for the text format object.


Field Summary
static int SECTIONS_EXPORT
          Specifies an export sections property.
static int SECTIONS_EXPORT_ISOLATED
          Specifies an isolated export sections property.
static int SECTIONS_NO_EXPORT
          Specifies a no export property to prevent exportation.
 

Field Detail

SECTIONS_EXPORT

public static final int SECTIONS_EXPORT
Specifies an export sections property.
SECTIONS_EXPORT = 0.

See Also:
Constant Field Values

SECTIONS_EXPORT_ISOLATED

public static final int SECTIONS_EXPORT_ISOLATED
Specifies an isolated export sections property.
SECTIONS_EXPORT_ISOLATED = 1.

See Also:
Constant Field Values

SECTIONS_NO_EXPORT

public static final int SECTIONS_NO_EXPORT
Specifies a no export property to prevent exportation.
SECTIONS_NO_EXPORT = 2.

See Also:
Constant Field Values