Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPSSpreadSheetReportLinkOptionView Enum

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
ssovRowAndColumnHeadings
ssovGridLines
ssovSuppressSourceFormats

#Remarks

Options include:

Value

Description

Example

ssovRowAndColumnHeadings

The basic Spreadsheet report link prints the worksheet row and column headers only if this flag is set.

ssovGridLines

The report link prints grid lines in this mode.

ssovSuppressSourceFormats

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