PrintableComponentLinkBase.SetDataObject(Object) Method
Sets the object to be printed by this link.
Namespace: DevExpress.XtraPrintingLinks
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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