Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server.mappath & path name

Status
Not open for further replies.

swetham

Programmer
May 5, 2010
257
DE
What is the difference between rpt.Load(server.mappath("crystareport name"))
and rpt.load("path to crystal reprot")?
 
The MapPath() method maps the specified relative or virtual path to the corresponding physical directory on the server.

If you provide more context to your question, it would be easier to guess what the real problem is.

- Ido

view, export, burst, email, and schedule Crystal Reports.
 
I just saw one example where they have given report_name as rpt.Load(server.mappath("crystareport name")). So i just want to know what is the purpose and when it is used in that way
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top