ReportAction Constructors

Definition

Overloads

ReportAction()

Initializes a new instance of the ReportAction class using default values.

ReportAction(String, String)

Initializes a new instance of ReportAction by using the specified name and an identifier.

ReportAction()

Initializes a new instance of the ReportAction class using default values.

public ReportAction ();
Public Sub New ()

Applies to

ReportAction(String, String)

Initializes a new instance of ReportAction by using the specified name and an identifier.

public ReportAction (string name, string id);
new Microsoft.AnalysisServices.ReportAction : string * string -> Microsoft.AnalysisServices.ReportAction
Public Sub New (name As String, id As String)

Parameters

name
String

A String that contains the name of the ReportAction.

id
String

A String that contains a unique identifier for the ReportAction.

Applies to