'Declaration Function SendReportEmail( _ ByVal token As String, _ ByVal description As ReportDescription, _ ByVal options As RenderOptions, _ ByVal distribution As EMailDistribution _ ) As Result
Result SendReportEmail( string token, ReportDescription description, RenderOptions options, EMailDistribution distribution )
Parameters
- token
- The security token to use.
- description
- The report description.
- options
- The options for rendering.
- distribution
- The options to use in creating the email to send the report. You can choose whether to send the report as an attachment or a link, create a template for the attachment or a base URI for the link, add text for the email content and subject line, and set the recipients for the email. See EMailDistribution for details.
Return Value
Object containing errors.