Click or drag to resize

StiSLService Class

Describes base class for saving / loading / merging of the providers data.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.SaveLoad
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract class StiSLService : StiService

The StiSLService type exposes the following members.

Constructors
  NameDescription
Protected methodStiSLService
Initializes a new instance of the StiSLService class
Top
Properties
  NameDescription
Public propertyProperties (Inherited from StiService.)
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 (Inherited from StiService.)
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 methodGetAction
Returns actions available for the provider.
Public methodStatic memberGetDictionaryFilters
Returns a filter for all available services for saving / loading / merging of dictionary of data.
Public methodStatic memberGetDictionarySLServices
Returns a filter for all available services for saving / loading of a dictioary of data.
Public methodStatic memberGetDocumentFilters
Returns a filter for all available services for saving / loading of a document.
Public methodStatic memberGetDocumentSLServices
Returns a container of services for all available services for saving / loading of a document.
Public methodGetFilter
Returns a filter for the provider.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetPageFilters
Returns a filter for all available services for saving / loading of a page.
Public methodStatic memberGetPageSLServices
Returns a container of services for all available services for saving / loading of a page.
Public methodStatic memberGetReportFilters
Returns a filter for all available services for saving / loading of a report.
Public methodStatic memberGetReportSLServices
Returns a container of services for all available services for saving / loading of a eport.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInvokeLoading
Raises the Loading event for this object.
Protected methodInvokeSaving
Raises the Saving event for this object.
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnLoading(EventArgs)
Protected methodOnLoading(Object, EventArgs)
Protected methodOnSaving(EventArgs)
Protected methodOnSaving(Object, EventArgs)
Public methodPackService (Inherited from StiService.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventLoading
Event occurs when loading report engine load one element.
Public eventSaving
Event occurs when saving report engine save one element.
Top
See Also