Selerix Developer Tools
ReportParameter Constructor(String,String,String,String)






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

Parameters

name
The name.
description
The description.
value
The value.
type
The type.
See Also

Reference

ReportParameter Class
ReportParameter Members
Overload List