This is a migrated thread and some comments may be shown as answers.

ReportLibrary not showing in my page

6 Answers 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Parthi
Top achievements
Rank 1
Parthi asked on 25 Feb 2009, 01:28 PM
  Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        If Not Page.IsPostBack Then
            Me.ReportViewer1.Report = New ReportLibrary.Report1()
        End If
    End Sub


Any one help me........

6 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 25 Feb 2009, 03:02 PM
Hi Parthi,

Can you elaborate what do you mean by does not show? Have you added reference to the report library in your web site/app? You should also add Imports ReportLibrary at the top, in order to be able to reference reports directly.

Kind regards,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Parthi
Top achievements
Rank 1
answered on 27 Feb 2009, 06:47 AM

Hi Steve,

 

I have followed the following  steps,

 

1.       Step 1 - I have designed telerik report vb file say test1.

2.       Step 2 -And  added that reporttest.dll file in bin folder.

3.       Step 3 - I have designed one aspx page and added the telerik report viewer say reportviewer1.

4.       Step 4 - I have called the report file in report property.

5.       Step 5 - Now Working Properly

6.      Step 6 -  Now when I create another report vb file say test2 and add a aspx page with report viewer, I could not add the test2 to the reportviewer2 i am only able to add test1.

 

  so I am in confused state whether the dll is not allowing to add more than one report file.


0
Steve
Telerik team
answered on 27 Feb 2009, 07:22 AM
Hello Parthi,

We think it's needless to say that you should rebuild your web app/site every time after you add new report to the classlibrary or make any changes to reports in it.

Greetings,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Parthi
Top achievements
Rank 1
answered on 27 Feb 2009, 08:01 AM
Hi steve,

        Let me elaborate my questiion to you,

        Is it Possible to display Report  in ASP.net Website.....

        I Tried Using ASP.net webapplication..... it is working fine

        I need it for ASP.net Website.... Please Clear me this first ... so that i can ask you next question.

with regards,
parthi
0
Steve
Telerik team
answered on 27 Feb 2009, 09:09 AM
Hello Parthi,

I've attached a sample project containing a class library with multiple reports, which is referenced by a website and the reports are displayed in a ReportViewer.
I would also appreciate it if you follow our documentation and try everything as described. Then if you have specific questions/problems, share them here.
We've kindly asked you to check our help resources in your first posts, in order to get an idea of how our product works. We know that this might be time consuming and developers are not always inclined to read docs, but trust us when we say that this would save you a lot of time and any further questions/problems you might encounter.
The product is on the market for almost two years now, so most of the culprits and rocks, users hit upon the learning curve have been addressed in our documentation, KB articles, forum threads and videos. So when you have a question, the chances are that it has already been answered and with a quick search you can save yourself the time to open a new thread and wait for us to point you to the answer.
We also believe that our Step By Step Learning guide would be perfect for new users like yourself.

Thank you for the understanding on the matter.

Sincerely yours,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Parthi
Top achievements
Rank 1
answered on 27 Feb 2009, 09:32 AM
Hi Steve, 
        thanks for the effort you have put on.
        Currently i am working on with the resources which you have sent.
        once it gets succes, will inform you about it.

with regards,

parthi
Tags
General Discussions
Asked by
Parthi
Top achievements
Rank 1
Answers by
Steve
Telerik team
Parthi
Top achievements
Rank 1
Share this question
or