1
Answer

crystal reports

sameer gadade

sameer gadade

12y
953
1
hi 
i have web application project in which i want dynamic crystal reports so how to implement
it asp.net.4.0 for web application 

please tell the steps
Answers (1)
0
Vulpes

Vulpes

NA 98.3k 1.5m 13y
I'd try:

string location = System.Reflection.Assembly.GetExecutingAssembly().Location;
string path = System.IO.Path.GetDirectoryName(location);