Remove Functionality
Remove Functionality
I need to remove the option to add 'New Data Source'
when the User clicks the right button of the mouse in the Dictionary should not appear the New Data Source option.
What is the name of the property?
thank you!
when the User clicks the right button of the mouse in the Dictionary should not appear the New Data Source option.
What is the name of the property?
thank you!
Remove Functionality
Hello.
Thank you.
You should set this static property:LRCtil wrote:I need to remove the option to add 'New Data Source'
when the User clicks the right button of the mouse in the Dictionary should not appear the New Data Source option.
What is the name of the property?
Code: Select all
StiOptions.Designer.Panels.Dictionary.ShowDataSourceNewMenuItem = false;
Remove Functionality
This code don't work.
Maybe you have not understood.
I need to remove the item "New Data Source" that were selected in this image
With this code you went there was no change.
Maybe you have not understood.
I need to remove the item "New Data Source" that were selected in this image
With this code you went there was no change.
Remove Functionality
Hello.
Thank you.
I understood your right. Please, look at an attached report.LRCtil wrote:This code don't work.
Maybe you have not understood.
I need to remove the item "New Data Source" that were selected in this image
With this code you went there was no change.
Thank you.
- Attachments
-
- 1587.WindowsApplication10.zip
- (12.75 KiB) Downloaded 133 times
Remove Functionality
The problem is that we do not do it this way.
The report should open in the same window, and not in another window.
Please, look at an attached report.
Thank you.
The report should open in the same window, and not in another window.
Please, look at an attached report.
Thank you.
- Attachments
-
- 1588.Stimulsoft - Example.zip
- (528.91 KiB) Downloaded 173 times
Remove Functionality
Hello.
If you use StiDesignerControl you should set these properties before InitializeComponent() method.
Look at the attached project.
Thank you.
If you use StiDesignerControl you should set these properties before InitializeComponent() method.
Look at the attached project.
Thank you.
- Attachments
-
- 1594.WindowsApplication10.zip
- (12.86 KiB) Downloaded 135 times
Remove Functionality
thank you very much person .. you do not know how I helped .. :biggrin:
Remove Functionality
Hello.
We are always happy to help you.
Thank you.
We are always happy to help you.
Thank you.