TdxPSSpreadSheetReportLinkOptionView Enum
In This Article
Enumerates individual print modes available for the Spreadsheet or Report Designer control associated with the component printer via the basic report link.
#Declaration
Delphi
TdxPSSpreadSheetReportLinkOptionView = (
ssovRowAndColumnHeadings,
ssovGridLines,
ssovSuppressSourceFormats
);
#Members
Name |
---|
ssov
|
ssov
|
ssov
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
ssov | The basic Spreadsheet report link prints the worksheet row and column headers only if this flag is set. | |
ssov | The report link prints grid lines in this mode. | |
ssov | The report link ignores the printed worksheet’s formatting, including the cell background and font settings. |
The TdxPSSpreadSheetReportLinkOptionsView type references the TdxSpreadSheetReportLinkOptionView type.
See Also