Click or drag to resize

StiViewerConfigService Class

Class describes the configuration of the viewer window.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Base.ServicesStiService
    Stimulsoft.Report.ViewerStiViewerConfigService

Namespace:  Stimulsoft.Report.Viewer
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiViewerConfigService : StiService

The StiViewerConfigService type exposes the following members.

Constructors
  NameDescription
Public methodStiViewerConfigService
Initializes a new instance of the StiViewerConfigService class
Top
Properties
  NameDescription
Public propertyCloseEnabled
Gets or sets value indicates is enabled possibility of the closing or no.
Public propertyFirstPageEnabled
Gets or sets value indicates is enabled possibility of the first page button or no.
Public propertyFullScreenEnabled
Gets or sets value indicates is 'FullScreen' buttom is showed or no.
Public propertyLastPageEnabled
Gets or sets value indicates is enabled possibility of the last page button or no.
Public propertyNextPageEnabled
Gets or sets value indicates is enabled possibility of the next page button or no.
Public propertyOpenEnabled
Gets or sets value indicates is enabled possibility of the opening or no.
Public propertyPageControlEnabled
Gets or sets value indicates is enabled possibility of the page control or no.
Public propertyPageDeleteEnabled
Gets or sets value indicates is enabled button PageDelete or no.
Public propertyPageDesignEnabled
Gets or sets value indicates is enabled button PageDesign or no.
Public propertyPageNewEnabled
Gets or sets value indicates is enabled button PageNew or no.
Public propertyPageSizeEnabled
Gets or sets value indicates is enabled button PageSize or no.
Public propertyPageViewModeContinuousEnabled
Public propertyPageViewModeEnabled
Public propertyPageViewModeMultipleEnabled
Public propertyPageViewModeSingleEnabled
Public propertyPreviousPageEnabled
Gets or sets value indicates is enabled possibility of the previous page button or no.
Public propertyPrintEnabled
Gets or sets value indicates is enabled possibility of the printing or no.
Public propertyProperties (Inherited from StiService.)
Public propertySaveDocumentFileEnabled
Gets or sets a value indicating whether the Save Document File button is visible in the viewer window.
Public propertySaveEnabled
Gets or sets value indicates is enabled possibility of the saving or no.
Public propertySendEMailDocumentFileEnabled
Gets or sets a value indicating whether the SendEMail Document File button is visible in the viewer window.
Public propertySendEMailEnabled
Gets or sets value indicates is enabled possibility of the sending email or no.
Public propertyServiceCategory
Gets a service category.
(Overrides StiServiceServiceCategory.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName (Inherited from StiService.)
Public propertyServiceType
Gets a service type.
(Overrides StiServiceServiceType.)
Public propertyThumbsPanelEnabled
Gets or sets value indicates is thumb panel is showed or no.
Public propertyToolbarEnabled
Gets or sets a value indicating whether Toolbar is visible in the viewer window.
Public propertyToolEditorActive
Gets or sets value indicates active instrument Editor or no.
Public propertyToolEditorEnabled
Gets or sets value indicates is enclosed instrument Editor or no.
Public propertyToolFindEnabled
Gets or sets value indicates is enclosed instrument Find or no.
Public propertyToolHandActive
Gets or sets value indicates active instrument Hand or no.
Public propertyToolSelectActive
Gets or sets value indicates active instrument Select or no.
Public propertyZoom
Gets or sets zoom of the drawing of the pages in preview window.
Public propertyZoomEnabled
Gets or sets value indicates is 'Zoom' menu is showed or no.
Top
Methods
  NameDescription
Public methodClone (Inherited from StiService.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiService.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also