Skip to main content
All docs
V18.2

SpreadsheetPrintOptions.PrintPlaceholders Property

Gets or sets whether to print placeholders for charts or slicers which are not supported.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool PrintPlaceholders { get; set; }

Property Value

Type Default Description
Boolean **true**

True, to include placeholders in the printout; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintPlaceholders
SpreadsheetControlOptions
.Print.PrintPlaceholders

Remarks

Unsupported chart types or slicers can be printed as placeholders - empty boxes with the same size of the original object, containing a text description inside, as illustrated in the following image.

PrintPlaceholders

To not print the placeholders, set the PrintPlaceholders option to false.

See Also