Version: ASP.NET 1.0
Compatibility: ASP.NET 1.0, ASP.NET 1.1
Category: ASP.NET
Sometime it is convenient, if we can generate report in Browser using Plain HTML. In that case we do not have deal with Third Party Report Products as well all the coding will be in one language (VB.NET). If report is a simple list then it is easy to write code in ASP.NET/VB.NET to dump the data in browser, but the problem is to manage the control-breaks, which Third party products can manage easily and it is hard for us to write the logic to manage the control-breaks.
SQL provides us the command called CUBE and ROLLUP these commands are popular in Data Warehousing world but we can use this feature of SQL to generate our reports which are displaying data under different groups or category. Please review the report and download code.
CLICKHERE TO DOWNLOAD SOURCE CODE AND ARTICLE
0 comments:
Post a Comment