I created a report at runtime but if i export it to a text file, the file is empty. The number of components generated on my report is variable so i can't use the file Print Dialog. How can i do the same thing at runtime ?
You need to set the Save property on each of your text controls you want in your text file to True. Then adjust the SaveOrder to control the order the component will be saved in, in relation to other components within the band.
Comments
You need to set the Save property on each of your text controls you want in
your text file to True. Then adjust the SaveOrder to control the order the
component will be saved in, in relation to other components within the band.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Pete