ReportParameter Constructors

Definition

Overloads

ReportParameter()

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

ReportParameter(String, String)

Initializes a new instance of the ReportParameter class with the specified name and value.

ReportParameter()

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

public ReportParameter ();
Public Sub New ()

Applies to

ReportParameter(String, String)

Initializes a new instance of the ReportParameter class with the specified name and value.

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

Parameters

name
String

The name of the parameter.

value
String

The value of the parameter.

Applies to