Web Service Library > ReportService > SendReportEmail Method |
Renders the specified report and sends it via email according to the specified options.
C# |
Copy Code
|
---|---|
Result SendReportEmail(string token, ReportDescription description, RenderOptions options, EMailDistribution distribution); |
token
The security token to use.
description
The ReportDescription object containing information about the report.
options
The RenderOptions object containing information about how to render the report.
distribution
The EMailDistribution object containing information about how to distribute the report.
A Result object.