TdxReportDataSetJSONConnection.AutoRefreshData Property
Specifies if the data connection component automatically refreshes data from associated datasets.
Declaration
property AutoRefreshData: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
Remarks
You can set the AutoRefreshData
property to False
to speed up report preview and export operations if data in source datasets remains unchanged during the current session.
Default Value
The AutoRefreshData
property’s default value is True
.