Assembly: Drawing;
The IGxDocument interface contains properties and methods of the object that supports printing with a printer and export to various formats.
IGxDocument
The IGxDocument interface can be applied to the following objects supporting print and export:
Time series analysis workbook (to do it, cast the workbook to the IEaxAnalyzer interface).
Conditionally, the objects structure is divided into sections. Depending on the object different elements are meant under section.
A separate sheet is regarded as a section in the regular report.
For the express report containing one sheet an entire document is a section.
For the express report containing several sheets a separate list is a section.
For time series analysis workbook the section is a separate sheet.
The entire document is regarded as a section in the workspace.
Specific page parameters can be set for each section. In accordance with these parameters the section is divided into separate pages on print or export.
Property name | Brief description | |
BulkSettings | The BulkSettings property returns parameters of operation batch execution. | |
Exporter | The Exporter property returns the object that contains additional settings for export the determined type of objects. | |
Label | The Label property returns stamp parameters, which are used to mark documents on export and print. | |
OwnMultiCopiesPrint | The OwnMultiCopiesPrint property determines whether instance number is automatically specified in marking stamp text on report print or export. | |
PageCount | The PageCount property returns he number of the section pages that can be printed. | |
PageSettings | The PageSettings property returns page settings. | |
Preview | The Preview property returns the image that is used to preview reports. | |
RangeCount | The RangeCount property returns the number of print ranges. | |
RangeName | The RangeName property returns the name of the print range. | |
SectionCount | The SectionCount property returns the number of document sections. | |
SectionName | The SectionName property returns the name of the specified section. | |
Stamps | The Stamps property determines a set of document marking stamps. | |
Title | The Title property returns the name of the object. |
Method name | Brief description | |
GetTagText | The GetTagText method converts the specified tag into text. | |
The Print method prints the document. |
See also: