thanks for the answer...
so what i mean is if we call report like this :
frReport1.LoadFromFile('lazreporttutorial.lrf');
frReport1.ShowReport; but what i want is not load from file, maybe like this:
frReport1.LoadFromForm('lazreporttutorial.lrf');
frReport1.ShowReport; that when i delete lazreporttutorial.lrf files from my disk,
it's still can be loaded by call them from 'Form' which one
that i've stored Lrf files in them...
so how could we do that ?
ps : sorry for my bad english
