You are reading help file online using chmlib.com 
     | 
  
| 
       
 TRvProject. LoadFromStream (TRvProject) method  | 
    Top Previous Next | 
| 
 Declaration procedure LoadFromStream(Stream: TStream); 
 Category 
 Description This method will load the report project store in Stream as the current report project. 
 See also TRvProject Class, LoadFromFile, SaveToFile, SaveToStream 
 Example (Delphi) RvProject1.LoadFromStream(BlobStream); 
 Example (C++Builder) RvProject1->LoadFromStream(BlobStream);  | 
You are reading help file online using chmlib.com 
     |