5 Answers, 1 is accepted
0
Hello Ramon,
With SP1 we've introduced small changes in the report previewers' behavior.
In order to preview one report in exactly the same way as it will looks either in the WinForms or WebForms ReportVIewer-s you need to recompile the project with the report and then switch to any of the previews. There is a small message at the bottom of the Preview pane which notes that you need to rebuild the project:

Best wishes,
Svetoslav
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
With SP1 we've introduced small changes in the report previewers' behavior.
In order to preview one report in exactly the same way as it will looks either in the WinForms or WebForms ReportVIewer-s you need to recompile the project with the report and then switch to any of the previews. There is a small message at the bottom of the Preview pane which notes that you need to rebuild the project:

Best wishes,
Svetoslav
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

Dan
Top achievements
Rank 1
answered on 05 Jun 2007, 10:20 AM
I too am having the same problem as Ramon.
The suggested fix did nothing, I still recieve the message "If you don't see the expected results please rebuild the project" after I have just rebuilt the project. The main window says 'No page to display' although when I test my objectDataSource data is being returned, images are not displaying either.
The third option: 'HTML Preview' just shows a standard IE 'This program cannot display the webpage' error.
The suggested fix did nothing, I still recieve the message "If you don't see the expected results please rebuild the project" after I have just rebuilt the project. The main window says 'No page to display' although when I test my objectDataSource data is being returned, images are not displaying either.
The third option: 'HTML Preview' just shows a standard IE 'This program cannot display the webpage' error.
0
Hello Dan,
Your problem is not related to the one Ramon reported.
"No page to display" means that you have set a data source that does not have any data. If your objectDataSource is System.Web.UI.WebControl.ObjectDataSource web control there is no way to receive any valid result. Telerik.Reporting.Report is NOT a WebControl nor a Page, and you cannot use web controls in them. You can use a DataSet, DataView, DataTable or DataReader as a data source instead. Please review the accompanying samples (either in C# or VB.NET) and documentation to learn more about the Telerik Reporting features and capabilities.
Let me know if you still have any questions about this.
Greetings,
Svetoslav
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Your problem is not related to the one Ramon reported.
"No page to display" means that you have set a data source that does not have any data. If your objectDataSource is System.Web.UI.WebControl.ObjectDataSource web control there is no way to receive any valid result. Telerik.Reporting.Report is NOT a WebControl nor a Page, and you cannot use web controls in them. You can use a DataSet, DataView, DataTable or DataReader as a data source instead. Please review the accompanying samples (either in C# or VB.NET) and documentation to learn more about the Telerik Reporting features and capabilities.
Let me know if you still have any questions about this.
Greetings,
Svetoslav
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

Ramon
Top achievements
Rank 1
answered on 07 Jun 2007, 11:59 PM
Hi
Not working i already tried that, it didn't even show a simple textbox.
Greetings.
Not working i already tried that, it didn't even show a simple textbox.
Greetings.
0
Hi Ramon,
Please, open a support ticket and send us your project so that we can investigate where the problem is. The only reason for this message to appear has been provided below. Still, we may be missing something from your project that we are not aware of.
Kind regards,
Rob
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Please, open a support ticket and send us your project so that we can investigate where the problem is. The only reason for this message to appear has been provided below. Still, we may be missing something from your project that we are not aware of.
Kind regards,
Rob
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center