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






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportParameter Class > ReportParameter Constructor : ReportParameter Constructor(String,String,String,Boolean)
The name.
The description.
The value.
if set to true [is user param].
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 isUserParam As Boolean _
)
'Usage
 
Dim name As String
Dim description As String
Dim value As String
Dim isUserParam As Boolean
 
Dim instance As New ReportParameter(name, description, value, isUserParam)
public ReportParameter( 
   string name,
   string description,
   string value,
   bool isUserParam
)
public ReportParameter( 
    name: String;
    description: String;
    value: String;
    isUserParam: Boolean
); 
public function ReportParameter( 
   name : String,
   description : String,
   value : String,
   isUserParam : boolean
);
public: ReportParameter( 
   string* name,
   string* description,
   string* value,
   bool isUserParam
)
public:
ReportParameter( 
   String^ name,
   String^ description,
   String^ value,
   bool isUserParam
)

Parameters

name
The name.
description
The description.
value
The value.
isUserParam
if set to true [is user param].
See Also

Reference

ReportParameter Class
ReportParameter Members
Overload List