The fist thanks everyone read topic.
I do step by step "Getting Started with the HTML5 Report Viewer" but when run project, i can't see anything i see white page in firefox.
I use Infragistics 14.2
VS2013
Entity Framework Code First 6.1.3
Net Frame 4.5.1
Project ASP.net WebForm, C#.
I have questions:
1.Reporting can design in webform ( i read exam i see they use SL and WPF).
2. When use Object Data Source connect DataContext ( GetAll data, bind WebDataGrid is ok ), and click Preview in design Reporting, no data recive.
Note: I copied JQuery, JQueryUI, Modernizr, add source code.
Thank so much.
Have a nice day
Hello Steven,
Thank you for contacting Infragistics Developer Support.
I have created a sample using Infragistics Reporting v14.2 for you.
Can you please see if this works in your environment?
This sample uses HTML 5 viewer in the web application. Please see WebForm1.aspx for the viewer definition. The report is defined in Report1.igr, and it uses the data from ObjectDataSource. Please copy css and scripts folders from the install folder into the 'Infragistics' folder in the sample before running it.
Let me know if I may be of further assistance.
Thank you,Mihoko Kamiishi
Please make sure that you are getting your data from Entity Framework correctly first.
Infragistics Reporting supports two types of data sources; SQL Data Source and Object Data Source.
If you wish to show the data from Entity Framework in the report, please create Object Data Source that provides it.
I have created a sample ASP.NET MVC solution for you.
This sample uses Entity Framework that is introduced in the link you mentioned.
The report viewer is placed in the Home view, and it shows the data from SchoolContext using StudentObjectSource.
Please again make sure that you copy necessary script files (js and css folders) into ‘Infragistics’ folder before you run it.
Thank you,
Mihoko Kamiishi