Skip to main content
A newer version of this page is available. .

DataGridPrintStyle Constructors

Represents a print style used to print the DataGrid via the DataGridLink.
Name Parameters Description
DataGridPrintStyle() none Initializes a new instance of the DataGridPrintStyle class with the default settings.
DataGridPrintStyle(DataGridPrintStyle) printStyle Initializes a new instance of the DataGridPrintStyle class with the specified source print style.
DataGridPrintStyle(DataGrid) dataGrid Initializes a new instance of the DataGridPrintStyle class with the specified data grid.
See Also