| StiXmlDictionarySLService Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Stimulsoft.Report.SaveLoad
 Syntax
SyntaxThe StiXmlDictionarySLService type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | StiXmlDictionarySLService | Initializes a new instance of the StiXmlDictionarySLService class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Properties | (Inherited from StiService.) | 
|  | ServiceCategory | 
            Gets a service category.
            (Inherited from StiSLService.) | 
|  | ServiceEnabled | (Inherited from StiService.) | 
|  | ServiceInfo | (Inherited from StiService.) | 
|  | ServiceName | (Inherited from StiService.) | 
|  | ServiceType | 
            Gets a service type.
            (Overrides StiServiceServiceType.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | (Inherited from StiService.) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetAction | 
            Returns actions available for the provider.
            (Overrides StiSLServiceGetAction.) | 
|  | GetFilter | 
            Returns a filter for the provider.
            (Overrides StiSLServiceGetFilter.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | InvokeLoading | 
            Raises the Loading event for this object.
            (Inherited from StiSLService.) | 
|  | InvokeSaving | 
            Raises the Saving event for this object.
            (Inherited from StiSLService.) | 
|  | IsPropertiesInitializedProtected | (Inherited from StiService.) | 
|  | IsPropertyPresent | (Inherited from StiService.) | 
|  | Load | 
            Loads a dictionay of data from the stream.
            (Overrides StiDictionarySLServiceLoad(StiDictionary, Stream).) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | Merge | 
            Merge dictionary of data from the stream.
            (Overrides StiDictionarySLServiceMerge(StiDictionary, Stream).) | 
|  | OnLoading(EventArgs) | (Inherited from StiSLService.) | 
|  | OnLoading(Object, EventArgs) | (Inherited from StiSLService.) | 
|  | OnSaving(EventArgs) | (Inherited from StiSLService.) | 
|  | OnSaving(Object, EventArgs) | (Inherited from StiSLService.) | 
|  | PackService | (Inherited from StiService.) | 
|  | Save | 
            Saves a dictionary of data in the stream.
            (Overrides StiDictionarySLServiceSave(StiDictionary, Stream).) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | Loading | 
            Event occurs when loading report engine load one element.
            (Inherited from StiSLService.) | 
|  | Saving | 
            Event occurs when saving report engine save one element.
            (Inherited from StiSLService.) | 
 See Also
See Also