Compartilhar via


ReportParameter Constructor (String, String)

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    value As String _
)
public ReportParameter (
    string name,
    string value
)
public:
ReportParameter (
    String^ name, 
    String^ value
)
public ReportParameter (
    String name, 
    String value
)
public function ReportParameter (
    name : String, 
    value : String
)

Parameters

  • name
     
  • value
     

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ReportParameter Class
ReportParameter Members
Microsoft.AnalysisServices Namespace