Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: CrystalReportViewer


Message #1 by Lars Solem <Lars.Solem@v...> on Tue, 12 Dec 2000 09:31:12 +0100
This message is in MIME format. Since your mail reader does not understand

this format, some or all of this message may not be legible.



------_=_NextPart_001_01C06416.85851DE0

Content-Type: text/plain;

	charset="iso-8859-1"



Hi,

Anyone know how to use the CrystalReportViewer in the Web Forms Toolbox? I

try do drag it to my web form, but get a

 

    'This control cannot be added because its tagprefix is not registered in

this WebForm. Add a Register directive to the page with the parameters

Namespace="SeagateSoftware.Web" and Assembly="SeagateSoftware.Web"'

 

Where and how do I add a register directive?

 

Thanks, Lars

 




Message #2 by Susan Warren <swarren@m...> on Tue, 12 Dec 2000 02:10:56 -0800
This message is in MIME format. Since your mail reader does not understand

this format, some or all of this message may not be legible.



------_=_NextPart_001_01C06423.D1734284

Content-Type: text/plain;

	charset="iso-8859-1"



Lars --

 

In Beta1, you need to add the <%@ Register %> directive to the page

manually.  Switch to HTML view and add this at the top of the page:

 

    <%@ Register TagPrefix="cr" Namespace="SeagateSoftware.Web"

Assembly="SeagateSoftware.Web" %>

 

Thereafter, you'll be able to drop the control on the page.

 

hth,

Susan



-----Original Message-----

From: Lars Solem [mailto:Lars.Solem@v...]

Sent: Tuesday, December 12, 2000 12:31 AM

To: ASP+

Subject: [aspx] CrystalReportViewer





Hi,

Anyone know how to use the CrystalReportViewer in the Web Forms Toolbox? I

try do drag it to my web form, but get a

 

    'This control cannot be added because its tagprefix is not registered in

this WebForm. Add a Register directive to the page with the parameters

Namespace="SeagateSoftware.Web" and Assembly="SeagateSoftware.Web"'

 

Where and how do I add a register directive?

 

Thanks, Lars

 












  Return to Index