Page 1 of 1

How to remove unnecessary Type of Connection?

Posted: Fri Jan 27, 2017 2:37 pm
by alireza_s_84
Hi,
How i can remove unnecessary Type of Connections in "Select Type of Connection"?

Re: How to remove unnecessary Type of Connection?

Posted: Mon Jan 30, 2017 6:51 am
by Alex K.
Hello,

You can use the following code

Code: Select all

// Override the list of supported databases
StiOptions.Services._databases = [];
StiOptions.Services._databases.add(new Stimulsoft.Report.Dictionary.StiFirebirdDatabase());
StiOptions.Services._databases.add(new Stimulsoft.Report.Dictionary.StiMySqlDatabase());
StiOptions.Services._databases.add(new Stimulsoft.Report.Dictionary.StiSqlDatabase());
Thank you.

Re: How to remove unnecessary Type of Connection?

Posted: Mon Jan 30, 2017 2:03 pm
by alireza_s_84
perfect

Re: How to remove unnecessary Type of Connection?

Posted: Tue Jan 31, 2017 12:49 pm
by Alex K.
Hello

We are always glad to help you!
Please let us know if you need any additional help.

Thank you.