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