Click or drag to resize

StiXmlDocumentSLService Class

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

Namespace:  Stimulsoft.Report.SaveLoad
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiXmlDocumentSLService : StiDocumentSLService

The StiXmlDocumentSLService type exposes the following members.

Constructors
  NameDescription
Public methodStiXmlDocumentSLService
Initializes a new instance of the StiXmlDocumentSLService class
Top
Properties
  NameDescription
Public propertyMultiplePages
If the provider handles with multitude of files then true. If does not then false.
(Overrides StiDocumentSLServiceMultiplePages.)
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
Gets a service type.
(Overrides StiServiceServiceType.)
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.
(Overrides StiSLServiceGetAction.)
Public methodGetFilter
Returns a filter for the provider.
(Overrides StiSLServiceGetFilter.)
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 document from the stream.
(Overrides StiDocumentSLServiceLoad(StiReport, 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 methodStatic memberRegPropertyNames
Public methodSave
Saves the current document into the stream.
(Overrides StiDocumentSLServiceSave(StiReport, 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