the rendering extension specified in the format parameter. For more
information about device information settings for specific output formats,
see "Device Informatio
===============
I would choose another two articles here which dedicated on webform
reportviewr's custom rendering&printing:
https://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1781049&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=240094&SiteID=1
In one of the example, it render the report as "PDF" or "IMF" image
format(hold in a stream object or byte[] array) and print it through
server-side printer. For your scenario, if your client user want to print
the report, you need to render the binary content out in browser and let
the user print that page which display the content(pdf or IMF image). The
"walkthrough" one in the above articles demonstrate this.
If you still have any questions on this, welcome to post here.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Thread-Topic: Reportviewer Local Mode
thread-index: AcgMVHIN8zoIy56nRzuuqyxsL4Dk0A==
X-WBNR-Posting-Host: 165.189.6.52
From: =?Utf-8?B?TWFkaXNvbg==?= <
[email protected]>
Subject: RE: Reportviewer Local Mode
Date: Thu, 11 Oct 2007 15:17:01 -0700
Hi Steven,
Thank you for your reply.
I try to follow the coding
http://forums.asp.net/p/1059619/1522215.aspx#1522215
I don't know or understand how the coding working. Is it working for web
application or window application?
I can tell my users to handle with export to PDF/Excel first, then print
the
PDF/Excel file locally and I may go with it. I have tried it on my machine
but not on the web server I'm not sure it will work with web server.
The PDF looking good but how I dynamic set margin and change the font? I
have extra white page for each report, how do I fix it? I thought it may
be
from the report layout but the table width only 6in wide.
I'm very appreciate your help. Sincerely.