There's a CSS trick for this. You can use special css classes for media=print. This can be done inline, or through a separate stylesheet. For instance, if you want to hide the toolbar during printing you can set the toolbar's cssclass to "noprint" and define the following in your page
<style type="text/css">
@media=print
{
.noprint
{ display:none;}
}
</style>
Anthony Lombardo
Lead Technical Evangelist
Infragistics, Inc.
Worldwide Evangelism Group
tonyl@infragistics.com
blogs.infragistics.com