0% found this document useful (0 votes)
19 views1 page

Using Using Using Using Using

This document lists namespaces that need to be imported for a C# or VB project. For C#, the namespaces include System.Data, System.Configuration, System.Data.SqlClient, CrystalDecisions.CrystalReports.Engine, and CrystalDecisions.Shared. For VB, the namespaces are not specified.

Uploaded by

AmmuKutty
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views1 page

Using Using Using Using Using

This document lists namespaces that need to be imported for a C# or VB project. For C#, the namespaces include System.Data, System.Configuration, System.Data.SqlClient, CrystalDecisions.CrystalReports.Engine, and CrystalDecisions.Shared. For VB, the namespaces are not specified.

Uploaded by

AmmuKutty
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Namespaces

You will need to import the following namespaces.


C#
using System.Data;
using System.Configuration;
using System.Data.SqlClient;
using CrystalDecisions.CrystalReports.Engine;
using CrystalDecisions.Shared;
VB.

You might also like