Note: Anything relating to size is referencing the size of an .emf (image type) file.
The ability to do this is great! However, I was concerned about the size of the .emf in the sample report used in the code above, a whopping 1,621 KB. This is significant if you want to stream across a network, considering the report was only 1 page and has potential to get very large. The sample report used background images which is why I think it was so big. I created a simple 1 page report and it was 31 KB (.emf) which relieved me.
However, I am concerned with the variations in size between these 2 reports, both being 1 page long, but drastically different in size.
Do I need to keep my reports simple, or just avoid using a repeating background image ? I have no in-depth knowledge about .emf and what determines their size, but I need to use them as it is an excellent windows format for printing.
Best Regards.
--------------------------------------------
C# Enthusiast
--
Bryan Keller
Developer Documentation
SQL Server Reporting Services
A friendly reminder that this posting is provided "AS IS" with no
warranties, and confers no rights.
"RBisch" <RBi...@community.nospam> wrote in message
news:67357C81-7845-459E...@microsoft.com...