Version 1.5 introduced the MenuVisible property and CurrentQuery property. With the combination of the visibility of each of the elements: Menu, DataGrid and Chart, the developer has the ability to enable the users with the desired level of functionality. Snowflake.net can therefore be treated as simple grid display control or as fully enabled analytical tool with instantaneous visualization of the results. The develop can if desired generate the MDX statements within the web-application and pass the created MDX to the Snowflake.net control for display through the CurrentQuery property. In addition since version 1.5, 7 different languages are supported by simply changing the language code of the control at design time.
· MenuVisible - allows control over the visibility of the Snowflake menu. Note that the default MenuVisibility is now false.
· CurrentQuery - allows run-time changes to the Query processed by Snowflake
Following languages are now supported:
· German (de)
· English (en or empty)
· Spanish (es)
· French (fr)
· Italian (it)
· Portuguese (pt)
· Serbian (sr)
The 2-letter language code is to be placed in the language property of the control
|
|