'Declaration Public Function Add( _ ByVal value As ReportParameter _ ) As Integer
public int Add( ReportParameter value )
Parameters
- value
- The ReportParameter object to add to the collection.
Return Value
A new ReportParameter object.
'Declaration Public Function Add( _ ByVal value As ReportParameter _ ) As Integer
public int Add( ReportParameter value )