Printing using OWC11 Control

S

shriram2977

Hi,

We have developed a Web based Tool using ASP.NET and OWC Control that is
used as an analysis Tool. I am trying to do a Print of the cube report to
Excel or Printer and not able do so.

I tried dowloading the Toolpack but it doesn't install for Office 2003.

Any help here is highly appreciated.

Thanks/Shriram.
 
A

Alvin Bruney [ASP.NET MVP]

It should install if you uninstall the OWC package and then install it again
regsvr32 /u owc11.dll at a command prompt followed by regsvr32 owc11.dll
after the success prompt.

--
Regards,
Alvin Bruney

Want a free copy of VS 2008 w/ MSDN premium subscription?
Details at http://msmvps.com/blogs/alvin/Default.aspx

Auther Plug
OWC Blackbook now on download at www.lulu.com/owc
 
S

shriram2977

Thanks Alvin for your reply.

I tried un-registering my OWC controls and still in vain. It gives

"Setup has detected that you do not have an Office 2000 family product
installed on this machine. Before this download can be installed you must
first install an Office 2000 family product. To find out which products are
part of the Office 2000 family, go to
http://officeupdate.microsoft.com/info/o2kprods.htm"

Is there any other way to get the OWC print or print preview to Excel work ?
 
S

shriram2977

Do we have any Toolpack for Office 2003. I wanted to emulate printing
capability in the OWC control.
 
S

shriram2977

Hi Alvin,

Our customes are using Office 2003 and OWC control works fine for them
viewing the cubes over the Web. Is there a way, I could do embed printing
functionality into it. I could not use the Toolpack as it is not getting
installed.

Please advise.
 
S

shriram2977

Subject: Re: Printing using OWC11 Control 10/13/2008 9:30 AM PST

By: shriram2977 In: microsoft.public.office.developer.web.components


Hi Alvin,

Our customes are using Office 2003 and OWC control works fine for them
viewing the cubes over the Web. Is there a way, I could do embed printing
functionality into it. I could not use the Toolpack as it is not getting
installed.

In addition to this, I would just need to have the install of pivotprint.dll
, pivotprint.htc to start icorporating the same in my code. Is there a way to
get that instead of toolpack install as it is not working.

Please advise.
 
A

Alvin Bruney [ASP.NET MVP]

A couple of things you can do, there is a printing behavior implementation
in the toolpack. You can use that code in your application. The only reason
that OWC10 will not install on your target machine is that you don't have a
version of either OWC10 or OWC11. What you have is OWC9. So at a command
prompt, uninstall OWC9 by doing regsvr32 /u owc9.dll then run the
installation program for owc 10 or owc11. Then install the toolpack.

--
Regards,
Alvin Bruney

Want a free copy of VS 2008 w/ MSDN premium subscription?
Details at http://msmvps.com/blogs/alvin/Default.aspx

Auther Plug
OWC Blackbook now on download at www.lulu.com/owc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top