Skip to main content
A newer version of this page is available. .

ListViewLinkBase.SetDataObject(Object) Method

Sets the object to be printed by this link.

Namespace: DevExpress.XtraPrintingLinks

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

Declaration

public override void SetDataObject(
    object data
)

Parameters

Name Type Description
data Object

A ListView object to be printed by this link.

See Also