You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRvProject. SaveToFile method |
Top Previous Next |
Declaration function SaveToFile(FileName: String);
Category
Description This method will save the report project to the file specified by FileName.
See also TRvProject Class, LoadFromStream, Save, SaveToStream
Example (Delphi) RvProject1.SaveToFile('Project1.Rav');
Example (C++Builder) RvProject1->SaveToFile("Project1.Rav"); |
You are reading help file online using chmlib.com
|