Selerix Developer Tools
ReportParameter Constructor(String,String)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportParameter Class > ReportParameter Constructor : ReportParameter Constructor(String,String)
The name.
The value.
Initializes a new instance of the ReportParameter class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal value As String _
)
'Usage
 
Dim name As String
Dim value As String
 
Dim instance As New ReportParameter(name, value)
public ReportParameter( 
   string name,
   string value
)
public ReportParameter( 
    name: String;
    value: String
); 
public function ReportParameter( 
   name : String,
   value : String
);
public: ReportParameter( 
   string* name,
   string* value
)
public:
ReportParameter( 
   String^ name,
   String^ value
)

Parameters

name
The name.
value
The value.
See Also

Reference

ReportParameter Class
ReportParameter Members
Overload List