Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi All,

 

I have an MDI application which contains a child form for report generation.

 

Within this particular child form, I have a Crystal Report Viewer (crView1).

 

All the reports run properly in the viewer, however, on load, this viewer (at 95% of the time) does not draw all the controls as it should on itself (the next page, previous, etc. ... that's natively set to visible on crView1. The report viewing section is fine... just no controls.)

 

Any ideas as to what I may be missing in my code ? I tried forcing a refresh on the form, the viewer... pretty much anything and nothing...

 

Suggestions ?

 

Thanks

Laredo512

* using VS.NET Pro 2003 *

Posted
Is it possible to see a slice of you code to analysis it?
There's nothing except this:

 

Dim rpt as New rptWeek

Me.crView1.ReportSource = rpt

 

I didn't add any fancy stuff, nor did I change any values in the viewer properties. All I did was drag a new crystal report viewer onto my form, plugged in the code for it.

 

The report shows with no problems. It's just the controls of the report viewer (which are all set to true) in the properties window.

Laredo512

* using VS.NET Pro 2003 *

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...