Click or drag to resize

StiPageSLService Class

Describes the abstract class that allows to save / load pages.
Inheritance Hierarchy

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

The StiPageSLService type exposes the following members.

Constructors
  NameDescription
Protected methodStiPageSLService
Initializes a new instance of the StiPageSLService class
Top
Properties
  NameDescription
Public propertyProperties (Inherited from StiService.)
Public propertyServiceCategory
Gets a service category.
(Inherited from StiSLService.)
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.
(Inherited from StiSLService.)
Public methodGetFilter
Returns a filter for the provider.
(Inherited from StiSLService.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInvokeLoading
Raises the Loading event for this object.
(Inherited from StiSLService.)
Protected methodInvokeSaving
Raises the Saving event for this object.
(Inherited from StiSLService.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoad
Loads a page from the stream.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnLoading(EventArgs) (Inherited from StiSLService.)
Protected methodOnLoading(Object, EventArgs) (Inherited from StiSLService.)
Protected methodOnSaving(EventArgs) (Inherited from StiSLService.)
Protected methodOnSaving(Object, EventArgs) (Inherited from StiSLService.)
Public methodPackService (Inherited from StiService.)
Public methodSave
Saves a page in the stream.
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.
(Inherited from StiSLService.)
Public eventSaving
Event occurs when saving report engine save one element.
(Inherited from StiSLService.)
Top
See Also