Answer Posted / raja mohamed
using CrystalDecisions.Shared;(name Space
using CrystalDecisions.CrystalReports.Engine;(name space)
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
What is console readkey ()?
How do you use nullable?
What does readonly mean in c#?
Is null or empty in c#?
What are custom exceptions in C#?
Explain when should you call the garbage collector in .net?
Are c# constructors the same as c++ constructors?
What is indexer c#?
To create a localized application which namespaces are necessary?
How do I port "synchronized" functions from visual j++ to c#?
What's different between c# and c/c++?
What is the usage of Enumeration in C# Programming and is it good to use or not ?
What is a verbatim string literal and why do we use it?
Can a struct inherit from another struct or class in c#?
what are the differences between a class and structure