TBasedxReportLink.OnGetNewReportStorageName Event
Enables you to customize the report storage’s default name.
Declaration
property OnGetNewReportStorageName: TdxPSGetNewReportStorageNameEvent read; write;
Remarks
Fires when a report is being saved from within the Print Preview dialog, and before the Save File dialog is displayed.
Sender returns the report link that generates this event.
AName specifies the storage.
See Also