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

TBasedxReportLink.StorageName Property

Specifies the full path to the file from which the report is loaded.

#Declaration

Delphi
property StorageName: string read; write;

#Property Value

Type
string

#Remarks

If the DataSource property is set to rldsExternalStorage, assigning a path to an existing report file to the StorageName property automatically calls the LoadDataFromFile method to load the report from this file. Switching the DataSource property to rldsComponent does not reset the StorageName property.

See Also