ActiveReports 12 Server User Guide
SendReportEmail Method
ActiveReports 12 Server User Guide > Web Service Library > ReportService > SendReportEmail Method

Renders the specified report and sends it via email according to the specified options.

Syntax

C#
Copy Code
Result SendReportEmail(string token, ReportDescription description, RenderOptions options, EMailDistribution distribution);

Parameters

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.

Return Value

Result object.

See Also