StiToolsToolbarService.GetService returns "Nothing"
Posted: Thu Oct 08, 2015 8:42 am
Good morning.
In Stimulsoft Reports.Net 2015.2, "Stimulsoft.Report.Design.Toolbars.StiToolsToolbarService.GetService" returns "Nothing". In the previous version that I used (2013.2) it worked.
This is an example of my code:
In the second statement, I receive "Object reference not set to an instance of object" (because "ToolsToolbarService" is nothing).
At the moment this is not a problem for me, I've disabled the instructions (which were not important).
Thank you.
In Stimulsoft Reports.Net 2015.2, "Stimulsoft.Report.Design.Toolbars.StiToolsToolbarService.GetService" returns "Nothing". In the previous version that I used (2013.2) it worked.
This is an example of my code:
Code: Select all
Dim ToolsToolbarService As Stimulsoft.Report.Design.Toolbars.StiToolsToolbarService = Stimulsoft.Report.Design.Toolbars.StiToolsToolbarService.GetService
ToolsToolbarService.ShowDataStore = False
At the moment this is not a problem for me, I've disabled the instructions (which were not important).
Thank you.