com.aspose.words
Class ReportBuildOptions

java.lang.Object
    extended by com.aspose.words.ReportBuildOptions

public class ReportBuildOptions 
extends java.lang.Object

Utility class containing constants. Specifies options controlling behavior of ReportingEngine while building a report.

Field Summary
static final intNONE = 0
           Specifies default options.
static final intALLOW_MISSING_MEMBERS = 1
           Specifies that missing object members should be treated as null literals by the engine. This option affects only access to instance (that is, non-static) object members and extension methods. If this option is not set, the engine throws an exception when encounters a missing object member.
static final intREMOVE_EMPTY_PARAGRAPHS = 2
           Specifies that the engine should remove paragraphs becoming empty after template syntax tags are removed or replaced with empty values.
 

Field Detail

NONE = 0

public static final int NONE
Specifies default options.

ALLOW_MISSING_MEMBERS = 1

public static final int ALLOW_MISSING_MEMBERS
Specifies that missing object members should be treated as null literals by the engine. This option affects only access to instance (that is, non-static) object members and extension methods. If this option is not set, the engine throws an exception when encounters a missing object member.

REMOVE_EMPTY_PARAGRAPHS = 2

public static final int REMOVE_EMPTY_PARAGRAPHS
Specifies that the engine should remove paragraphs becoming empty after template syntax tags are removed or replaced with empty values.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.