Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TCustomdxComponentPrinter.RebuildReport(TBasedxReportLink) Method

Rebuilds a report.

#Declaration

Delphi
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