Pivot Table via Email?

S

Shon

Is it possible to embed a pivot table or any other OWC control into an
email?

I'm currently using Perists ASPEmail to generate several reports and
would like for the reports to contain a pt instead of just html.

Thanks,

Shon
 
M

Montechristo

Hi Shon,

This is possible since you can send HTML-Emails via
ASPEmail also.
Just edit header Information of the email and embedd the
PivotObject into the body with corresponding
configuration.

I'd be rather interested, how you managed to create
Offline Reports automatically to send them via Email.
I came accross a lot of problems concerning user
authentication and security when generating Reports
from Analysis Server programatically. (Each user has own
permission-level and script has to imitate each user to
create personalised and authenticated reports)

Maybe you have a simple solution for me ;-).

Greetings
 
Top