'Declaration Public Function New( _ ByVal name As String, _ ByVal values As ICollection(Of Object) _ )
public ReportParameter( string name, ICollection<object> values )
Parameters
- name
- Parameter Name.
- values
- Collection of parameter values.
'Declaration Public Function New( _ ByVal name As String, _ ByVal values As ICollection(Of Object) _ )
public ReportParameter( string name, ICollection<object> values )