Hi guys,
I would like to create the dynamic report where the most of UI will be created based on the data source information.
My data source depends on two report parameters which are received from html5 viewer.
I can see that I can use the NeedDataSource event handler to retrieve the report parameter values and then populate the report data source.
Ideally, I would like to programmatically build the report UI during the initialization stage, e.g. in the InitializeComponent() method. But I need to get the report parameter values.
Is it possible to get the values of the report parameters in the report constructor?
Or how can I pass the report parameter values from html5 viewer so I could get them before creating the report UI?
Thanks,
Sergey.
I would like to create the dynamic report where the most of UI will be created based on the data source information.
My data source depends on two report parameters which are received from html5 viewer.
I can see that I can use the NeedDataSource event handler to retrieve the report parameter values and then populate the report data source.
Ideally, I would like to programmatically build the report UI during the initialization stage, e.g. in the InitializeComponent() method. But I need to get the report parameter values.
Is it possible to get the values of the report parameters in the report constructor?
Or how can I pass the report parameter values from html5 viewer so I could get them before creating the report UI?
Thanks,
Sergey.