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

Publish Web Application with Reporting

2 Answers 140 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jose Ferreira Lima Filho
Top achievements
Rank 1
Jose Ferreira Lima Filho asked on 07 Jul 2008, 07:16 PM
Hi,

  I published the web aplication with a telerik application, I copied all dlls
into bin folder but when it rendering, the page are blank.

  Have more files or configurations in the server?

  Thanks,
  Jose

2 Answers, 1 is accepted

Sort by
0
Chavdar
Telerik team
answered on 08 Jul 2008, 10:01 AM
Hi Jose Ferreira Lima Filho,

Please verify that your report is populated correctly with data. If you are filling the data set in the report's constructor using the following pattern, you can remove the try...catch block in order to check if there is any exception.

            try
            {
                this.DataSetTableAdapter1.Fill(this.DataSet.DataSetTable);
            }
            catch (System.Exception ex)
            {
                // An error has occurred while filling the data set. Please check the exception for more information.
                System.Diagnostics.Debug.WriteLine(ex.Message);
            }


In case the problem is not with the data please open a support ticket and send us a screenshot and the web page with the report viewer.

All the best,
Chavdar
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Francisco
Top achievements
Rank 1
answered on 28 Aug 2008, 06:13 PM
Olá boa tarde José, obteve solução a este caso?
Estou identico problema, surge-me o relatório mas não surgem dados.

Cumprimentos,
Francisco

-------------------------------------

Hello good afternoon José, returned solution to this case?
I have a identical problem, appears to me the report but did not appear data.

best reguards,
Francisco
Tags
General Discussions
Asked by
Jose Ferreira Lima Filho
Top achievements
Rank 1
Answers by
Chavdar
Telerik team
Francisco
Top achievements
Rank 1
Share this question
or