ActiveReports Developer 7
MultiValueParameter Class Members
See Also  Properties 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace : MultiValueParameter Class

Glossary Item Box

The following tables list the members exposed by MultiValueParameter.

Public Properties

 NameDescription
Public PropertyCountOverridden. Gets the number of values for this parameter.  
Public PropertyIsMultiValueOverridden. Gets whether this parameter is a multi-value parameter.  
Public PropertyLabelOverridden. Gets the array of labels associated with the report parameter.  
Public PropertyNameGets the name of the report parameter. (Inherited from GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes.Parameter)
Public PropertyPromptGets the text to display to a user when prompting the a for the parameter's value. (Inherited from GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes.Parameter)
Public PropertyPropertiesGets the value of the specified property. (Inherited from GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes.Parameter)
Public PropertyValueOverridden. Gets the array of values of the report parameter.  
Top

See Also