You can bind some web behaviors, including Filter, Sort and Change Property, to the web control you insert in the configuration panel so as to filter or sort the records in the table, chart or crosstab of a library component or change the properties of an object in the library component at runtime.
The Filter web behavior enables you to filter the records in a table, chart or crosstab.
To bind the Filter web behavior to a web control:
Then at runtime, when end users specify a value for the web control and click OK in the configuration panel, the records in the data container will be filtered.
Besides this way of binding the Filter web behavior to a web control, two standalone web controls can achieve the same purpose: slider and filter control which are used to filter specified data containers in a library component. For details about the usage of the filter control, see Using slider or filter control to filter data.
The Sort web behavior enables you to sort the records in a table, chart or crosstab.
To bind the Sort web behavior to a web control:
 to add a new sort condition.
To delete a sort condition, click 
. To adjust the order of the sort conditions, click 
 or 
.
Then at runtime, when end users specify a value for the web control and click OK in the configuration panel, the records in the data container will be sorted.
The Change Property web behavior enables you to change properties of an object in the library component.
To bind the Change Property web behavior to a web control:
 to add a new line to change a property.
To delete a property line, click 
. To adjust the order of the properties, click 
 or 
.
Then at runtime, when end users specify a value for the web control and click OK in the configuration panel, the properties of the object in the library component will be changed.