StiSLServiceGetDocumentSLServices Method |
Returns a container of services for all available services for saving / loading of a document.
Namespace:
Stimulsoft.Report.SaveLoad
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static List<StiDocumentSLService> GetDocumentSLServices(
StiSLActions action
)
Public Shared Function GetDocumentSLServices (
action As StiSLActions
) As List(Of StiDocumentSLService)
Parameters
- action
- Type: Stimulsoft.Report.SaveLoadStiSLActions
Action required from services.
Return Value
Type:
ListStiDocumentSLServiceContainer of services.
See Also