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 specified source print style. |
| DataGridPrintStyle(DataGrid) | dataGrid | Initializes a new instance of the DataGridPrintStyle class with specified data grid. |
See Also