Class ReportInstancesService
Inherited Members
Namespace: Telerik.Reporting.Services.ServiceStack
Assembly: Telerik.Reporting.Services.ServiceStack.dll
Syntax
public class ReportInstancesService : ReportServiceBase
Constructors
ReportInstancesService(IReportServiceConfiguration, IExtensibilityPoints)
Declaration
public ReportInstancesService(IReportServiceConfiguration reportServiceConfiguration, IExtensibilityPoints extensibilityPoints)
Parameters
IReportServiceConfiguration
reportServiceConfiguration
|
IExtensibilityPoints
extensibilityPoints
|
Methods
Delete(ReportInstnacesArgs)
Deletes a report instance in a client session
Declaration
public object Delete(ReportInstnacesArgs args)
Parameters
ReportInstnacesArgs
args
The deleted report instance args |
Returns
System.Object
|
Post(ReportInstnacesArgs)
Creates a new report instance in a client session
Declaration
public object Post(ReportInstnacesArgs args)
Parameters
ReportInstnacesArgs
args
The created report instance args |
Returns
System.Object
|