ActiveReports 9 Server
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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum