'宣言 Public Function New( _ ByVal name As String, _ ByVal values As ICollection(Of Object) _ )
public ReportParameter( string name, ICollection<object> values )
パラメータ
- name
- パラメータの名前。
- values
- パラメータ値のコレクション。
'宣言 Public Function New( _ ByVal name As String, _ ByVal values As ICollection(Of Object) _ )
public ReportParameter( string name, ICollection<object> values )