c# - Reporting tool in ASP.NET -


I am using ASP.NET/C # .

I do not have any reporting so far in the project. Although I used the report viewer and the report wizard to create a sample report. I successfully sent a report . In my experience with that simple report , I had to face some problems.

  • The report was not the same in other browsers, the height in FF was a problem. Reports in Opera have decreased and are not readable. Apart from this, toolbar changes.

  • This is a bit hard to make the report dynamic.

    I also use MS SSRS as another option. I did not try it

    So I have to ask which code should I choose?

    What is MS SSRS a good option?

    Is this compatible browser compatible?

    Can anything be told what the report is to use the OLLs they use in their projects?

    Links to start with Visual Studio 2008 with MS SSRs will be highly appreciated.

    I would suggest you go with SSRs as a reporting tool in your project. Yes, this cross browser is compatible. If you are working with local reports then licenses are not required. SSRS is the best choice for tooling reporting as far as my suggestions To get started with SSRS see these links tutorials to get you started with no one can get.

    http://www.codeproject.com/Articles/36881/Microsoft-Reporting-Services-Sub-Reports-Charts-Pa

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -