Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello, I am stuck since last week with the following problem.

 

I have several reports created and I can do the following

 

Dim CrReport1 As New crystalReport1

Dim CrReport2 As New crystalReport2

Dim CrReport3 As New crystalReport3

 

But what I like to do it browse for your report and put that value in a Textbox and then do

 

Dim CrReport as new 'your selected report from the Textbox

So I won't need to write a whole procedure for each report

with those 3 Dim Statements.

 

Is this possible at all?

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...