ActiveReports 9
Item(String) Property

Name of the parameter to return.
Gets the Parameter with the given name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As Parameter
public Parameter Item( 
   System.string name
) {get;}

Parameters

name
Name of the parameter to return.

Property Value

The Parameter, otherwise null.
See Also

Reference

ParameterCollection Class
ParameterCollection Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum