I wonder how and where to query the status of the Report.AutoSearchFields - wether the condition is enabled or not . Since there is a checkbox allowing to hide, I assume there is a way to query that status.
One option is to use the Report.OnInitializeParameters that was added for RB 9.
The Report.BeforeAutoSearchDialogCreate event can also be used. However, note that this event will only fire if the Report.AutoSearchFieldCount is greater than 0. If the report does not contain any autosearch fields, then it will not fire.
Comments
One option is to use the Report.OnInitializeParameters that was added for RB
9.
The Report.BeforeAutoSearchDialogCreate event can also be used. However,
note that this event will only fire if the Report.AutoSearchFieldCount is
greater than 0. If the report does not contain any autosearch fields, then
it will not fire.
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com