TBasedxReportLink.Data Property
Specifies additional arbitrary data.
Declaration
property Data: Pointer read; write;
Property Value
Type |
---|
Pointer |
Remarks
Use the Data property to assign additional data to the current report link. Since this property is a pointer to data, it can be of any type. For instance, you can assign a picture for each report link to use later in your application.
See Also