ControlParameter Members

Binds the value of a property of a System.Web.UI.Control to a report parameter.

The following tables list the members exposed by the ControlParameter type.

Public Properties

Property Description
Public property ControlID  Gets or Sets the ID of the control to be bound to.
Public property ConvertEmptyStringToNull  Gets or sets a value to determine if empty strings should be converted to Null by default.
Public property DefaultValue (Inherited from Parameter.) Gets or Sets the default value of a parameter.
Public property Name (Inherited from Parameter.) Gets or Sets the name of a parameter.
Public property PropertyName  Gets or Sets the property name of the parameter that the ControlParameter binds to.
Public property ReportName (Inherited from Parameter.) Gets or Sets the name of the report that the parameter belongs to.

Top

Public Events

Event Description
Public event ParameterChanged (Inherited from Parameter.) Event is fired when the ControlParameter is changed.

Top

See Also

Reference

CrystalDecisions.Web Namespace