Back to Devexpress

LinkBase Class

corelibraries-devexpress-dot-xtraprinting-170fef8e.md

latest3.4 KB
Original Source

LinkBase Class

The base class for all printing links.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class LinkBase :
    Component,
    ILink2,
    ILink,
    ICommandHandler,
    IDocumentSource
vb
Public Class LinkBase
    Inherits Component
    Implements ILink2,
               ILink,
               ICommandHandler,
               IDocumentSource

The following members return LinkBase objects:

Remarks

The LinkBase class provides the general functionality to create and print documents using the PrintingSystem.

A Printing System that is used to print a document related to the current link is accessed via its Link.PrintingSystem property.

Implements

ICommandHandler

IDocumentSource

ILink

Inheritance

Show 18 items

Object MarshalByRefObject Component LinkBase CompositeLinkBase

PrintableComponentLinkBase

Link

PrintableComponentLink

CompositeLink

DataGridLink

DataGridLinkBase

ListViewLink

ListViewLinkBase

RichTextBoxLink

RichTextBoxLinkBase

TreeViewLink

TreeViewLinkBase

DataGridExportLink

See Also

LinkBase Members

Printing Links

Document Creation Approaches

DevExpress.XtraPrinting Namespace