How many Namespace Import For Crystal Report .
Whenever You are going to design Crystal Report
then remember to import Namespace In C#.net.
I have mentioned here Some of important namespaces
using System.Drawing.Design;
using System.Drawing.Imaging;
using CrystalDecisions.CrystalReports;
using CrystalDecisions.Shared;
using CrystalDecisions.ReportSource;
using CrystalDecisions.Web;
using CrystalDecisions.CrystalReports.Engine;
using CrystalDecisions.Web.Design;
Whenever You are going to design Crystal Report
then remember to import Namespace In C#.net.
I have mentioned here Some of important namespaces
using System.Drawing.Design;
using System.Drawing.Imaging;
using CrystalDecisions.CrystalReports;
using CrystalDecisions.Shared;
using CrystalDecisions.ReportSource;
using CrystalDecisions.Web;
using CrystalDecisions.CrystalReports.Engine;
using CrystalDecisions.Web.Design;
0 comments: