[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes.Parameter

Parameter Class

Represents a report parameter.

Inheritance
Parameter
Namespace: GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class Parameter

Properties

Name Description
Count

Gets the number of values for this parameter.

IsMultiValue

Gets whether this parameter is a multi-value parameter.

Label

Gets the label associated with the report parameter.

Name

Gets the name of the report parameter.

Prompt

Gets the text to display to a user when prompting the a for the parameter's value.

this[string]

Gets the value of the specified property.

Value

Gets the value of the report parameter.

Extension Methods