How to disable or hide EventsTab on Designer

Stimulsoft Reports.Silverlight discussion
Locked
mrsoul
Posts: 2
Joined: Thu Aug 22, 2013 3:41 am

How to disable or hide EventsTab on Designer

Post 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.
Attachments
Untitled.png
Untitled.png (11.24 KiB) Viewed 3085 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: How to disable or hide EventsTab on Designer

Post by Alex K. »

Hello,

Unfortunatley, it is not possible.

Thank you.
mrsoul
Posts: 2
Joined: Thu Aug 22, 2013 3:41 am

Re: How to disable or hide EventsTab on Designer

Post by mrsoul »

Thanks for reply.
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: How to disable or hide EventsTab on Designer

Post 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.
Locked