Keep all report in one file
hii alex
as we know fr generates report code in xml and stores it in the Resx file but if i want to keep all FRX file in one file format of any kind and then i want to load FRX from that one file for each FRX file one by one how can i do that ??
example : RP1.frx; Rp2.frx, RP3.Frx = RP.xml
then load it separately after extracting particular FRX file from xml file i.e. Report1.load(RP.RP1.frx)
or some other way like this hope u understood wht i mean ??
with regards
as we know fr generates report code in xml and stores it in the Resx file but if i want to keep all FRX file in one file format of any kind and then i want to load FRX from that one file for each FRX file one by one how can i do that ??
example : RP1.frx; Rp2.frx, RP3.Frx = RP.xml
then load it separately after extracting particular FRX file from xml file i.e. Report1.load(RP.RP1.frx)
or some other way like this hope u understood wht i mean ??
with regards
Comments
Please look at the Demos\C#\CustomOpenSaveDialogs. This demo uses DataSet that stores report files.