Class DocumentsService
Inherited Members
Namespace: Telerik.Reporting.Services.ServiceStack
Assembly: Telerik.Reporting.Services.ServiceStack.dll
Syntax
public class DocumentsService : ReportServiceBase
Constructors
DocumentsService(IReportServiceConfiguration, IExtensibilityPoints)
Declaration
public DocumentsService(IReportServiceConfiguration reportServiceConfiguration, IExtensibilityPoints extensibilityPoints)
Parameters
IReportServiceConfiguration
reportServiceConfiguration
|
IExtensibilityPoints
extensibilityPoints
|
Methods
Delete(DocumentsArgs)
Deletes a report instance in a client session.
Declaration
public object Delete(DocumentsArgs args)
Parameters
DocumentsArgs
args
The DocumentsArgs. |
Returns
System.Object
|
Get(DocumentInfoArgs)
Gets info for a requested document.
Declaration
public object Get(DocumentInfoArgs args)
Parameters
DocumentInfoArgs
args
The document args |
Returns
System.Object
|
Get(DocumentsArgs)
Gets the document for a single-stream document formats.
Declaration
public object Get(DocumentsArgs args)
Parameters
DocumentsArgs
args
The DocumentsArgs. |
Returns
System.Object
|
Post(DocumentsArgs)
Creates new document using specific format and format settings.
Declaration
public object Post(DocumentsArgs args)
Parameters
DocumentsArgs
args
The DocumentsArgs. |
Returns
System.Object
|
Put(ActionArgs)
Executes an interactive action that should be applied on the server.
Declaration
public object Put(ActionArgs args)
Parameters
ActionArgs
args
The executed action args |
Returns
System.Object
|