Click or drag to resize

StiXmlReportSLService Class

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

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

The StiXmlReportSLService type exposes the following members.

Constructors
  NameDescription
Public methodStiXmlReportSLService
Initializes a new instance of the StiXmlReportSLService 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
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 report from the stream.
(Overrides StiReportSLServiceLoad(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 methodSave
Saves report in the stream.
(Overrides StiReportSLServiceSave(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