Back to Devexpress

DataGridLinkBase Class

windowsforms-devexpress-dot-xtraprintinglinks-19df61b6.md

latest1.9 KB
Original Source

DataGridLinkBase Class

The base class for the DataGridLink class.

Namespace : DevExpress.XtraPrintingLinks

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
public class DataGridLinkBase :
    LinkBase
vb
Public Class DataGridLinkBase
    Inherits LinkBase

Remarks

To print the DataGrid control, assign an existing DataGrid object to the DataGridLinkBase.DataGrid property, and then either call the DataGridLink.ShowPreview method to preview a document, or the DataGridLink.Print method to send it to a printer.

Inheritance

Object MarshalByRefObject Component LinkBase DataGridLinkBase DataGridLink

See Also

DataGridLinkBase Members

Printing Links

DevExpress.XtraPrintingLinks Namespace