TCustomdxComponentPrinter.RebuildReport(TBasedxReportLink) Method
Rebuilds a report.
Declaration
procedure RebuildReport(AReportLink: TBasedxReportLink = nil);
Parameters
Name | Type |
---|---|
AReportLink | TBasedxReportLink |
Remarks
Call this procedure to rebuild a report to apply changes made to settings of the current or explicitly specified report link, and/or report data. Pass a report link as the optional AReportLink parameter to update a report built from a particular source. The parameter’s default value corresponds to the component printer’s current report link.
Alternatively, you can call the particular report link’s RebuildReport procedure in order to update the corresponding report.
Note
In order to identify if a particular report requires rebuilding, use the RebuildNeeded property provided by the respective report link.
See Also