ListViewLinkBase.SetDataObject(Object) Method
Sets the object to be printed by this link.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.XtraPrinting.v20.2.dll
Declaration
public override void SetDataObject(
object data
)
Public Overrides Sub SetDataObject(
data As Object
)
Parameters
Name | Type | Description |
---|---|---|
data | Object | A ListView object to be printed by this link. |
See Also
Feedback