'Declaration Public Function New( _ ByVal name As String, _ ByVal value As String _ )
'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)
'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 )
ReportParameter Class ReportParameter Members Overload List