Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why does Crystal Reports use .NET controls for report viewing?

0
Posted

Why does Crystal Reports use .NET controls for report viewing?

0

One of the strengths of reporting tools is that they encapsulate the complex issues of report structure, design, and rendering within a simple GUI tool. Similarly, .NET controls encapsulate complex display and data population issues within a simple GUI object on a Web or Windows Form. With the use of .NET controls, complex reporting and display are brought together. All of the complex report information, which used to be encapsulated only in the Crystal Reports stand-alone application, has now been encapsulated within a .NET control as a report viewer.How many report viewer controls are there? Crystal Reports for Visual Studio 2005 comes with two versions of the CrystalReportViewer control: one for Web applications, and one for Windows applications. The CrystalReportViewer control, located within the CrystalDecisions.Web namespace, is used by ASP.NET Web projects. The CrystalReportViewer control, located within the CrystalDecisions.Windows.Forms namespace, is used by Windows projects.N

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123