Skip to main content
A newer version of this page is available.
All docs
V18.2

CorePrintableComponentLinkBase.SetDataObject(Object) Method

Sets the object to be printed by this link.

Namespace: DevExpress.XtraPrinting

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

Declaration

public override void SetDataObject(
    object data
)

Parameters

Name Type Description
data Object

A Object object implementing the IPrintable interface.

Remarks

The type of the object passed as the data parameter should be the same as that returned by the PrintableComponentLinkBase.PrintableObjectType method.

See Also