Table of Contents

Method IncludeView

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

IncludeView(string)

Adds a view to be included in the report.

public void IncludeView(string viewName)

Parameters

viewName string

The name of the view.

Examples

MailReportOptions reportOptions = engine.PrepareMailReport("myTemplate");

reportOptions.IncludeView("myView");

IncludeView(string, params MailReportParameter[])

Adds the specified parameters of the elements in the specified view to the mail report.

public void IncludeView(string viewName, params MailReportParameter[] @params)

Parameters

viewName string

The name of the view.

params MailReportParameter[]

The parameters to be included in the mail report.