Setting the default datasource.
-
- Posts: 40
- Joined: Tue Mar 04, 2014 5:37 pm
Setting the default datasource.
Hey,
Is there a way to set the default datasource in StiMobileDesigner? I dont want the users to be able to set it. The app I'm working on sets the data on load.
Thanks
Is there a way to set the default datasource in StiMobileDesigner? I dont want the users to be able to set it. The app I'm working on sets the data on load.
Thanks
Re: Setting the default datasource.
Hello.
There is a ShowDictionary property that you could set to False to hide Dictionary tab.
Thank you.
There is a ShowDictionary property that you could set to False to hide Dictionary tab.
Thank you.
-
- Posts: 40
- Joined: Tue Mar 04, 2014 5:37 pm
Re: Setting the default datasource.
Hi,
The ShowDictionary isnt what I'm looking for.
The scenario is, there will always be only 1 datasource, can it be selected automatically and maybe the dropdown hidden?
Regards
The ShowDictionary isnt what I'm looking for.
The scenario is, there will always be only 1 datasource, can it be selected automatically and maybe the dropdown hidden?
Regards
Re: Setting the default datasource.
Hello.
There will be opened your report with the necessary Data Source and user will be not able to change it.
It will be possible to use Fields from the Data Source in the components of the report.
Thank you.
There will be opened your report with the necessary Data Source and user will be not able to change it.
It will be possible to use Fields from the Data Source in the components of the report.
Thank you.
-
- Posts: 40
- Joined: Tue Mar 04, 2014 5:37 pm
Re: Setting the default datasource.
Hey Aleksey
I dont understand what your saying
I dont understand what your saying
Aleksey Andreyanov wrote:Hello.
There will be opened your report with the necessary Data Source and user will be not able to change it.
It will be possible to use Fields from the Data Source in the components of the report.
Thank you.
Re: Setting the default datasource.
Hello.
I meant that if the Dictionary tab is disabled, the Data Source could be set to report in code and it's possible to use it in the designer.
Thank you.
I meant that if the Dictionary tab is disabled, the Data Source could be set to report in code and it's possible to use it in the designer.
Thank you.
-
- Posts: 40
- Joined: Tue Mar 04, 2014 5:37 pm
Re: Setting the default datasource.
Thanks Aleksey,
Couldnt be a little cheeky and point me into the right direction from the code point of view?
Thanks
Couldnt be a little cheeky and point me into the right direction from the code point of view?
Thanks
Re: Setting the default datasource.
Hello.
Could you specify what problems do you have with the implementation?
Thank you.
Could you specify what problems do you have with the implementation?
Thank you.
-
- Posts: 40
- Joined: Tue Mar 04, 2014 5:37 pm
Re: Setting the default datasource.
When a user drops a new control on the report form. I dont want the user to see the "Data Source" drop down menu. I want it to be hidden and the datasource I provide upon opening the report to be set.
I'm trying to reduce the amount of complexity for the users that will be using my system.
Cheers
I'm trying to reduce the amount of complexity for the users that will be using my system.
Cheers
Re: Setting the default datasource.
Hello.
If you are writing about this drop-down list when the Data Band is put on the report page, it's impossible to remove it. But there will be only those data source the you added.
Thank you.
If you are writing about this drop-down list when the Data Band is put on the report page, it's impossible to remove it. But there will be only those data source the you added.
Thank you.