Hiding Mdx Query options in tool (Ranet)

StatusIDPriorityType
Closed22384TrivialQuestion
ProfileReply
mounika.atmakurClient

Hi,

We don't want  to show  any options that related to Mdx Query .Can you please help us how  to hide this options in tool .

Please look at the screen shot which i attached

Thanks in advance!!

Attached files:

Replies

UserDescriptionPosted On
PetrAgent

Hi Mouinka!

Now you can hide only one button Show MDX Query:

void InitMdxDesignerButtonClick(object sender, RoutedEventArgs e)

{

….

pivotMdxDesignerControl.Connection = tbOLAPConnectionStringId.Text;

pivotMdxDesignerControl.AutoExecuteQuery = true;

pivotMdxDesignerControl.ShowMDXQuery_ButtonVisible = false;

pivotMdxDesignerControl.Initialize();

}

We will make improvements source code to synchronize access to  the other buttons for to work with MDX Query.

Best regards,

Ranet Dev Team

mounika.atmakur

Hi ,

Though i added this line while initializing the Component am unable to hide the button.Can you please look at the screen shot  which i attached and let me know whether i added in correct place or not .

and am using pivotMdxDynamicControl component.

Attached files:
PetrAgent

Hi Mounika!

For setting up a Toolbar in MdxDynamic recommend using an example Mdx Dynamic with Toolkit Chart (look Page.xaml -> swc:TabItem Header="Mdx Dynamic with Toolkit Chart").
You can hide the standard Toolbar Ranet and re-form their own.

Best regards,
Ranet Dev Team

PetrAgent

Hi Mounika!

Issue is implemented in version Ranet.UILibrary.Olap.Silverlight 3.5. When it is necessary you can order a new build.

Best regards
Ranet Dev Team

× This ticket is closed.

Write US