Hi,
is there any possibility of storing report definition into database instead of file and and loading into viewer from the database or some memory stream?
regards
Yes, getting a copy to test would be great. I presume this is a Release Candidate and shouldn't be deployed?
Thanks,
Mike
Hi Mike,
Yes this will be available in 12.1 which will be during April.
If you want we can send you an installer so you can test it now.
Leo
Hi Andres,
I'm interested in the same thing (loading .igr file, modifying it, and then loading it into the viewer using a string or memory stream). Is this still coming in 12.1? Is 12.1 still "middle of April"?
Ok,
much thanks for your help :)
Hi doomedmorale,
You can do this but only relative to the application path. For instance, consider you have a folder named "Reports" under the same folder your application executable is located:
ultraReportViewer1.RenderSettings.DefinitionUri = new Uri("Reports/Test.igr", UriKind.Relative);
Test.igr doesn't need to be marked neither as component nor as resource.
However, as it was mentioned in previous posts, the report loading mechanism will be improved for 12.1
Hope it helps. Any other question please let us know.
Regards,
Damián