TdxGridReportLink.DesignWindow Property
Provides access to the grid control’s report link designer.
Declaration
property DesignWindow: TdxfmGridReportLinkDesignWindow read;
Property Value
Type |
---|
TdxfmGridReportLinkDesignWindow |
Remarks
Use the DesignWindow property to access the designer of the grid control’s report link. Also use the HasDesignWindow property to determine whether the designer is available.
See Also