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#.
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#.