StiOptions.dictionary vanished in the latest update

Stimulsoft Reports.Flex discussion
Locked
RodeoClown
Posts: 15
Joined: Thu Feb 24, 2011 9:43 pm
Location: Australia

StiOptions.dictionary vanished in the latest update

Post by RodeoClown »

Hi, I'm evaluating using Reports.FX and I just updated to the latest version.
The dictionary options in StiOptions no longer exist.

I was using this code before:

Code: Select all

StiOptions.dictionary.autoSynchronize = StiAutoSynchronizeMode.Always
Is there a way to set autoSynchronize now?

Thanks in advance
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

StiOptions.dictionary vanished in the latest update

Post by Alex K. »

Helllo,

We made some changes in StiOptions. Please check the following code:

Code: Select all

StiOptions.designer.dictionary.autoSynchronize = StiAutoSynchronizeMode.Always
Thank you.
RodeoClown
Posts: 15
Joined: Thu Feb 24, 2011 9:43 pm
Location: Australia

StiOptions.dictionary vanished in the latest update

Post by RodeoClown »

Thanks for that.
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

StiOptions.dictionary vanished in the latest update

Post by Andrew »

Hello,

Have a nice day!
Locked