ReportParameter 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
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.