ReportAction Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.