Specifies how reporting merge blocks are handled when a document is saved. Reporting merge blocks can be saved in a document either through special document targets represented through Document
Introduced: X14.
public ReportingMergeBlockFormat ReportingMergeBlockFormat { get; set; }
Public Property ReportingMergeBlockFormat() As ReportingMergeBlockFormat
Member | Description |
---|---|
Default | The document is saved as it is. Reporting merge blocks are not converted. |
Document |
If the document contains reporting merge blocks marked with subtextparts, these subtextparts are converted to document targets. |
Sub |
This member is not used, when a document is saved. |