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.
The following example demonstrates how to export data displayed by a grid control’s main View as a PDF. To export data, the BaseView.ExportToPdf method, requiring the XtraPrinting Library, is used.
In the example, the GridOptionsPrint.ExpandAllDetails option is set to true. Note that this setting is in effect only when the GridOptionsPrint.PrintDetails property is set to true. This ensures that if the main View represents a master view, all its rows will be expanded in the output file.