Page 1 of 1

How to disable or hide EventsTab on Designer

Posted: Thu Aug 22, 2013 7:30 am
by mrsoul
Hi,
We're using StimulReport for Silverlight version 2013.Q1 and i can't disable or hide EventsTab on Siverlight Report Designer. Here is my codes:

Code: Select all

Private Sub MainPage_Loaded(sender As Object, e As System.Windows.RoutedEventArgs) Handles Me.Loaded
        StiOptions.Designer.ShowEventsTab = False
        Dim report As New StiReport
        report.Load(My.Resources.MainResource.DynamicListTemplate_Portrait)' It's is byte()
        report.Design()
End Sub
I tried to put StiOptions.Designer.ShowEventsTab = False following report.Design() but nothing happened.
Pls help.

Re: How to disable or hide EventsTab on Designer

Posted: Thu Aug 22, 2013 10:21 am
by Alex K.
Hello,

Unfortunatley, it is not possible.

Thank you.

Re: How to disable or hide EventsTab on Designer

Posted: Fri Aug 23, 2013 1:16 am
by mrsoul
Thanks for reply.

Re: How to disable or hide EventsTab on Designer

Posted: Fri Aug 23, 2013 6:08 am
by Andrew
Hello,

I am sorry for any inconvenience this may cause.

Do not hesitate to contact us in case you have additional questions.
Thank you.