PrintableControlLink Constructors
A link to print DevExpress controls and the base class for links to print other data.| Name | Parameters | Description |
|---|---|---|
| PrintableControlLink(IPrintableControl, String) | printableControl, documentName | Initializes a new instance of the PrintableControlLink class with the specified control and document name. |
| PrintableControlLink(IPrintableControl) | printableControl | Initializes a new instance of the PrintableControlLink class with the specified control. |
See Also