ClientReport Set Default AutoSearch Expression

TECH TIP: ClientReport – Default AutoSearch Expression

The ClientReport.GetAutoSearchParameters method can be used to retrieve Report.AutoSearchFields[] fields from the report server. You can then assign the AutoSearchField.SearchExpression value and call the print method.

As an example, add the following code to the RBServer\Demos\Clients\ClientReport example.