Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal name As System.String, _ ByVal values As System.Collections.Generic.ICollection(Of Object) _ ) |
C# | |
---|---|
public ReportParameter( System.string name, System.Collections.Generic.ICollection<object> values ) |
Parameters
- name
- Parameter Name.
- values
- Collection of parameter values.