TdxSpreadSheetReportDesigner.RebuildNeeded Property
In This Article
Identifies if the spreadsheet report template and/or data source(es) is modified.
#Declaration
Delphi
property RebuildNeeded: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True, if the Report Designer contains any changes not reflected in the generated report; otherwise – False. Call the Build procedure to update the report if the RebuildNeeded property returns True.
See Also