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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CE 10: email report having URL string

Status
Not open for further replies.

ninelz

Programmer
Mar 20, 2006
3
US
We are viewing reports specifying URL string. How programmatically distribute reports to users as email attachement? any samples/Articles to read?
I'm new to Crystal enterprise.

Report URL :
" + Server + "/crystal/enterprise/admin/en/viewrpt.cwr?id=" +ReportNumber + "&apsuser=" + UID +
"&apspassword=" + PWD + "&apsauthtype=secEnterprise" +
"&prompt0=" + acctnumber;

Server,UID, PWD are configured at application settings.
We are using VS.net, C#.
 
A bit of a language barrier, what does " How programmatically distribute reports to users as email attachement? any samples/Articles to read?" mean?

By programatically, do you mean that you wish to write code instead of using URL? What format do you want the reports delivered in?

Please post specifically what you want rather than stating programatically, that's the equaivalent of saying you want to use a computer to do this.

Here's the sample apps:


-k
 
I have to write code to call report wich is residing at Cryastal Report server, convert it to pdf format and email it to customer as an attachment bypassing report viewer.
Again, reports are published to the Crystal Report server...


 
Great, I'll dig up some Cobal code for you, or would you prefer Fortran?

I sent along the sample apps link, it has examples of how to do so in many different programming languages.

I'm not going to waste time guessing which language/methodology you intend to use, you have to STATE what you want.

Anyway, someone probably has the extra time required to help you here.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top