Back to Devexpress

GridPrintingOptions Class

dashboard-devexpress-dot-dashboardwin-3973b778.md

latest2.1 KB
Original Source

GridPrintingOptions Class

OBSOLETE

The GridPrintingOptions class is obsolete now. Use properties with the 'Grid' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

Contains settings that specify parameters affecting how the Grid dashboard item is printed or exported.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Obsolete("The GridPrintingOptions class is obsolete now. Use properties with the 'Grid' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public class GridPrintingOptions :
    OptionsBase
vb
<Obsolete("The GridPrintingOptions class is obsolete now. Use properties with the 'Grid' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")>
Public Class GridPrintingOptions
    Inherits OptionsBase

Remarks

Use the DashboardPrintingOptions.GridOptions property to access options specific to printing/exporting Grid dashboard items.

Inheritance

Object OptionsBase GridPrintingOptions

See Also

GridPrintingOptions Members

DevExpress.DashboardWin Namespace