TCustomdxComponentPrinter.RebuildReport(TBasedxReportLink) Method
In This Article
Rebuilds a report.
#Declaration
Delphi
procedure RebuildReport(AReportLink: TBasedxReportLink = nil);
#Parameters
Name | Type |
---|---|
AReport |
TBasedx |
#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 Rebuild
See Also