'UsageDim instance As ReportParameterList Dim name As String Dim value As Boolean value = instance.Contains(name)
Parameters
- name
- The name.
Return Value
true if [contains] [the specified name]; otherwise, false.
'UsageDim instance As ReportParameterList Dim name As String Dim value As Boolean value = instance.Contains(name)
true if [contains] [the specified name]; otherwise, false.