Saving/restoring a set of styles

Top  Previous  Next

Pascal:

 

frxReport1.Styles.SaveToFile('c:\1.fs3');

frxReport1.Styles.LoadFromFile('c:\1.fs3');

 

C++:

 

frxReport1->Styles->SaveToFile("c:\\1.fs3");

frxReport1->Styles->LoadFromFile("c:\\1.fs3");