Skip to main content

TBasedxReportLink.StorageName Property

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

Declaration

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