RE: Printing from ASP.NET application
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng [MSFT])
- Date: Fri, 04 Jul 2008 11:01:16 GMT
Hi stullhe,
How are you doing.
have you got any further progress on this? If you have any other questions
or need any help, please feel free to post here.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxxxxxxxxxx
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Content-Transfer-Encoding: 7bit
From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng [MSFT])
Organization: Microsoft
Date: Wed, 02 Jul 2008 06:57:42 GMT
Subject: RE: Printing from ASP.NET application
Hi stullhe,client-side,
From your description, you're wondering how to set the client-side printerwhen performing printing on ASP.NET web page ,correct?
As for this question, based on my understanding, ASP.NET web application's
code logic is purely focus on server-side processing, therefore, any
server-side .NET code that deal with printer will only affect the server
machine's printer setting(of the ASP.NET service account). For
client-side,
the common client-side script(such as javascript) only support very simple
print operation(such as print the current page):
<script language="javascript">
window.print();
</script>
if you need rich and advanced control over printing setting at
I think you may consider host some rich client component on your page(suchf
as ActiveX control or IE hosted .net winform control):
#Printing in ASP.NET
http://www.beansoftware.com/ASP.NET-Tutorials/Printing-Reporting.aspx
http://vb-printer.vista-files.org/
btw, for SQL Reporting Service it provide a ReportViewer control, however,
as far as I know, that control also need the client user to interactively
select the printer , but can not predefined a printer from ASP.NET
server-side code.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxxxxxxxxxx
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#noti
ications.
.
- References:
- RE: Printing from ASP.NET application
- From: Steven Cheng [MSFT]
- RE: Printing from ASP.NET application
- Prev by Date: VS projects
- Next by Date: Re: VS projects
- Previous by thread: RE: Printing from ASP.NET application
- Next by thread: Re: Classic ASP: Using Enter Key to Click Button
- Index(es):
Relevant Pages
|