The main
menu of the Web
designer can
be setup according to user's requirements. This group of static
properties StiWebDesignerOptions.Menu
allows
enabling/disabling main menu or submenu items.
·
|
The
NewEnabled
property is
used to enable/disable the New
menu
item.
If the NewEnabled
property is
set to true,
then this menu item is enabled and available for a user. If this
property is set to false
then this
submenu item is disabled and not available for a user. By default,
this property is set to true.
The
New
menu contains
submenus such as: New
Report, New
Report With Wizard, New
Page.
The picture below shows the New
submenu
item: |
These
submenu items can be enabled/disabled using the following static
properties:
1)
|
The
NewReport
property is
used to enable/disable the New
Report submenu
item.
If the NewReport
property is
set to true,
then this submenu item is enabled and available for a user. If this
property is set to false
then this
submenu item is disabled and not available for a user. By default,
this property is set to true; |
2)
|
The
NewReportWithWizard
property is
used to enable/disable the New
Report With Wizard submenu
item.
If the NewReportWithWizard
property is
set to true,
then this submenu item is enabled and available for a user. If this
property is set to false
then this
submenu item is disabled and not available for a user. By default,
this property is set to true; |
3)
|
The
NewPage
property is
used to enable/disable the New
Page submenu
item.
If the NewPage
property is
set to true,
then this submenu item is enabled and available for a user. If this
property is set to false
then this
submenu item is disabled and not available for a user. By default,
this property is set to true; |
·
|
The
OpenReport
property is
used to enable/disable the Open
Report menu
item.
If the OpenReport
property is
set to true,
then this menu item is enabled and available for a user. If this
property is set to false
then this
submenu item is disabled and not available for a user. By default,
this property is set to true; |
·
|
The
SaveReport
property is
used to enable/disable the Save
Report menu
item.
If the SaveReport
property is
set to true,
then this menu item is enabled and available for a user. If this
property is set to false
then this
submenu item is disabled and not available for a user. By default,
this property is set to true; |
·
|
The
SaveAs
property is
used to enable/disable the Save
As menu
item.
If the SaveAs
property is
set to true,
then this menu item is enabled and available for a user. If this
property is set to false
then this
submenu item is disabled and not available for a user. By default,
this property is set to true; |
·
|
The
DeletePage
property is
used to enable/disable the Delete
Page menu
item.
If the DeletePage
property is
set to true,
then this menu item is enabled and available for a user. If this
property is set to false
then this
submenu item is disabled and not available for a user. By default,
this property is set to true; |
·
|
The
Preview
property is
used to enable/disable the Preview
menu
item.
If the Preview
property is
set to true,
then this menu item is enabled and available for a user. If this
property is set to false
then this
submenu item is disabled and not available for a user. By default,
this property is set to true.
The
Preview
menu item
contains a submenu which contains the following items:
Preview
As Pdf, Preview As Html. The picture below shows
the Preview
submenu
item: |
These
submenu items can be enabled/disabled using the following static
properties:
1)
|
The
PreviewAsPdf
property is
used to enable/disable the Preview
As Pdf submenu item.
If the
PreviewAsPdf
property is
set to true,
then this menu item is enabled and available for a user. If this
property is set to false
then this
submenu item is disabled and not available for a user. By default,
this property is set to true. |
2)
|
The
PreviewAsHtml
property is
used to enable/disable the Preview
As Html submenu item.
If the
PreviewAsHtml
property is
set to true,
then this menu item is enabled and available for a user. If this
property is set to false
then this
submenu item is disabled and not available for a user. By default,
this property is set to true. |
|