473,396 Members | 1,815 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Crystal Reports Viewer question

I am running Crystal Reports in Visual Studio 2003. I have CR version
11 installed on my system.

I noticed on the page that the CRviewer has no "print" button in the
toolbar. I went into the HTML and tried to manually install the
"HASPRINTBUTTON" but this doesn't work. The "HASPRINTBUTTON" does not
show up in the "properties" for the control either.

Also noticed the changing the "HASCRYSTALLOGO" to false has no effect.

Any suggestions?

Thanks.
- Gary

Aug 4 '06 #1
5 2425
Hi,

Is this a web page?

If so the best way to print a CR is to add a print button to the page and
then generate either a PDF or an Excel using ReportDocument.ExportToDisk
--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

<gl****@yahoo.comwrote in message
news:11**********************@b28g2000cwb.googlegr oups.com...
>I am running Crystal Reports in Visual Studio 2003. I have CR version
11 installed on my system.

I noticed on the page that the CRviewer has no "print" button in the
toolbar. I went into the HTML and tried to manually install the
"HASPRINTBUTTON" but this doesn't work. The "HASPRINTBUTTON" does not
show up in the "properties" for the control either.

Also noticed the changing the "HASCRYSTALLOGO" to false has no effect.

Any suggestions?

Thanks.
- Gary

Aug 4 '06 #2
Yeah, it's a web page. My first thought was to do it the way you
described, but client insists on having the CRV's "Print" button,
"Export" button and also to have the CR logo removed.

Thanks.

------------------------------------------------------------------------------------------------------------------------------

Ignacio Machin ( .NET/ C# MVP ) wrote:
Hi,

Is this a web page?

If so the best way to print a CR is to add a print button to the page and
then generate either a PDF or an Excel using ReportDocument.ExportToDisk
--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

<gl****@yahoo.comwrote in message
news:11**********************@b28g2000cwb.googlegr oups.com...
I am running Crystal Reports in Visual Studio 2003. I have CR version
11 installed on my system.

I noticed on the page that the CRviewer has no "print" button in the
toolbar. I went into the HTML and tried to manually install the
"HASPRINTBUTTON" but this doesn't work. The "HASPRINTBUTTON" does not
show up in the "properties" for the control either.

Also noticed the changing the "HASCRYSTALLOGO" to false has no effect.

Any suggestions?

Thanks.
- Gary
Aug 4 '06 #3
Hi,

You could do somethign creative like removing all the CRV headers and then
create your own controls.
--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

<gl****@yahoo.comwrote in message
news:11**********************@75g2000cwc.googlegro ups.com...
Yeah, it's a web page. My first thought was to do it the way you
described, but client insists on having the CRV's "Print" button,
"Export" button and also to have the CR logo removed.

Thanks.

------------------------------------------------------------------------------------------------------------------------------

Ignacio Machin ( .NET/ C# MVP ) wrote:
>Hi,

Is this a web page?

If so the best way to print a CR is to add a print button to the page and
then generate either a PDF or an Excel using ReportDocument.ExportToDisk
--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

<gl****@yahoo.comwrote in message
news:11**********************@b28g2000cwb.googleg roups.com...
>I am running Crystal Reports in Visual Studio 2003. I have CR version
11 installed on my system.

I noticed on the page that the CRviewer has no "print" button in the
toolbar. I went into the HTML and tried to manually install the
"HASPRINTBUTTON" but this doesn't work. The "HASPRINTBUTTON" does not
show up in the "properties" for the control either.

Also noticed the changing the "HASCRYSTALLOGO" to false has no effect.

Any suggestions?

Thanks.
- Gary

Aug 4 '06 #4
Thanks for replying again. That could work or ...

The main complaint is that they don't want an extra step like opening
up a new pdf window and then making the user hit the print button
again.

Is there a way to print the Crystal report by automatically creating
the pdf behind the scenes (without user interaction) and then just
popping up a print dialog box?

Appreciate the help.

--------------------------------------------

Ignacio Machin ( .NET/ C# MVP ) wrote:
Hi,

You could do somethign creative like removing all the CRV headers and then
create your own controls.
--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

<gl****@yahoo.comwrote in message
news:11**********************@75g2000cwc.googlegro ups.com...
Yeah, it's a web page. My first thought was to do it the way you
described, but client insists on having the CRV's "Print" button,
"Export" button and also to have the CR logo removed.

Thanks.

------------------------------------------------------------------------------------------------------------------------------

Ignacio Machin ( .NET/ C# MVP ) wrote:
Hi,

Is this a web page?

If so the best way to print a CR is to add a print button to the page and
then generate either a PDF or an Excel using ReportDocument.ExportToDisk
--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

<gl****@yahoo.comwrote in message
news:11**********************@b28g2000cwb.googlegr oups.com...
I am running Crystal Reports in Visual Studio 2003. I have CR version
11 installed on my system.

I noticed on the page that the CRviewer has no "print" button in the
toolbar. I went into the HTML and tried to manually install the
"HASPRINTBUTTON" but this doesn't work. The "HASPRINTBUTTON" does not
show up in the "properties" for the control either.

Also noticed the changing the "HASCRYSTALLOGO" to false has no effect.

Any suggestions?

Thanks.
- Gary
Aug 4 '06 #5
Hi,

>
Is there a way to print the Crystal report by automatically creating
the pdf behind the scenes (without user interaction) and then just
popping up a print dialog box?

Appreciate the help.
Dont think so.
--
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
Aug 7 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Stephan | last post by:
Hi, I'm using Visual Studio 2003 (C#) with the integrated Crystal Report software and have the following question: How can I assign a value (string) to an unbound (string) field in Crystal...
2
by: Ashish Shridharan | last post by:
Hi All, I'm not very sure if this is the forum for my question but i was hoping someone could direct me to the right place (or answer my question). I am using the .NET crystal report viewer...
19
by: LP | last post by:
I am using (trying to) CR version XI, cascading parameters feature works it asks user to enter params. But if page is resubmitted. It prompts for params again. I did set...
1
by: kd | last post by:
Hi All, How to use crystal reports in asp.net? kd
3
by: Brian Henry | last post by:
Is there any way to get the status of a report being generated by the crystal reports viewer control? I have a report that takes up to 10 minutes to run and it looks like it's just jamed while this...
17
by: Peter Proost | last post by:
Hi Group, I've got an interesting problem, I don't know if this is the right group but I think so because everything I've read about it so far says it's a .net problem. Here's the problem, we're...
5
by: Jay | last post by:
I am getting mixed messages from the asp.net website hosting providers - some say they do not support Crystal Reports due to a $25,000 per cpu licensing fee, others say all I need to do is install...
7
by: Jlo | last post by:
Hi, I have a c# winforms application. When I call the report file, it shows me all the records in the table. How can I make it to call only a particular range. i have the following code...
1
by: narpet | last post by:
Hello all... I have a C# forms application that I am developing using MS Visual Studio 2005. I am trying to add some Crystal Reports to this application using the built in Crystal Reports tools...
1
by: CAM | last post by:
Hello, I am using Vista Basic.Net 2008 and I wondering what is the best way to display crystal reports in a form. I have about 10 different crystal reports what I am currently doing is using a...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.