IReportsOperations Interface

Definition

public interface IReportsOperations
type IReportsOperations = interface
Public Interface IReportsOperations
Derived

Methods

CloneReportInGroupWithHttpMessagesAsync(Guid, Guid, CloneReportRequest, Dictionary<String,List<String>>, CancellationToken)
CloneReportWithHttpMessagesAsync(Guid, CloneReportRequest, Dictionary<String,List<String>>, CancellationToken)
DeleteReportInGroupWithHttpMessagesAsync(Guid, Guid, Dictionary<String,List<String>>, CancellationToken)
DeleteReportWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
ExportReportInGroupWithHttpMessagesAsync(Guid, Guid, Dictionary<String,List<String>>, CancellationToken)
ExportReportWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
ExportToFileInGroupWithHttpMessagesAsync(Guid, Guid, ExportReportRequest, Dictionary<String,List<String>>, CancellationToken)
ExportToFileWithHttpMessagesAsync(Guid, ExportReportRequest, Dictionary<String,List<String>>, CancellationToken)
GenerateTokenForCreateInGroupWithHttpMessagesAsync(Guid, GenerateTokenRequest, Dictionary<String,List<String>>, CancellationToken)
GenerateTokenInGroupWithHttpMessagesAsync(Guid, Guid, GenerateTokenRequest, Dictionary<String,List<String>>, CancellationToken)
GetDatasourcesInGroupWithHttpMessagesAsync(Guid, Guid, Dictionary<String,List<String>>, CancellationToken)
GetDatasourcesWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
GetExportToFileStatusInGroupWithHttpMessagesAsync(Guid, Guid, String, Dictionary<String,List<String>>, CancellationToken)
GetExportToFileStatusWithHttpMessagesAsync(Guid, String, Dictionary<String,List<String>>, CancellationToken)
GetFileOfExportToFileInGroupWithHttpMessagesAsync(Guid, Guid, String, Dictionary<String,List<String>>, CancellationToken)
GetFileOfExportToFileWithHttpMessagesAsync(Guid, String, Dictionary<String,List<String>>, CancellationToken)
GetPageInGroupWithHttpMessagesAsync(Guid, Guid, String, Dictionary<String,List<String>>, CancellationToken)
GetPagesInGroupWithHttpMessagesAsync(Guid, Guid, Dictionary<String,List<String>>, CancellationToken)
GetPagesWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
GetPageWithHttpMessagesAsync(Guid, String, Dictionary<String,List<String>>, CancellationToken)
GetReportInGroupWithHttpMessagesAsync(Guid, Guid, Dictionary<String,List<String>>, CancellationToken)
GetReportsAsAdminWithHttpMessagesAsync(String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
GetReportsInGroupAsAdminWithHttpMessagesAsync(Guid, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)
GetReportsInGroupWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
GetReportsWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
GetReportWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
RebindReportInGroupWithHttpMessagesAsync(Guid, Guid, RebindReportRequest, Dictionary<String,List<String>>, CancellationToken)
RebindReportWithHttpMessagesAsync(Guid, RebindReportRequest, Dictionary<String,List<String>>, CancellationToken)
TakeOverInGroupWithHttpMessagesAsync(Guid, Guid, Dictionary<String,List<String>>, CancellationToken)
UpdateDatasourcesInGroupWithHttpMessagesAsync(Guid, Guid, UpdateRdlDatasourcesRequest, Dictionary<String,List<String>>, CancellationToken)
UpdateDatasourcesWithHttpMessagesAsync(Guid, UpdateRdlDatasourcesRequest, Dictionary<String,List<String>>, CancellationToken)
UpdateReportContentInGroupWithHttpMessagesAsync(Guid, Guid, UpdateReportContentRequest, Dictionary<String,List<String>>, CancellationToken)
UpdateReportContentWithHttpMessagesAsync(Guid, UpdateReportContentRequest, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

CloneReport(IReportsOperations, Guid, CloneReportRequest)
CloneReport(IReportsOperations, Guid, Guid, CloneReportRequest)
CloneReportAsync(IReportsOperations, Guid, CloneReportRequest, CancellationToken)
CloneReportAsync(IReportsOperations, Guid, Guid, CloneReportRequest, CancellationToken)
CloneReportInGroup(IReportsOperations, Guid, Guid, CloneReportRequest)
CloneReportInGroupAsync(IReportsOperations, Guid, Guid, CloneReportRequest, CancellationToken)
DeleteReport(IReportsOperations, Guid)
DeleteReport(IReportsOperations, Guid, Guid)
DeleteReportAsync(IReportsOperations, Guid, Guid, CancellationToken)
DeleteReportAsync(IReportsOperations, Guid, CancellationToken)
DeleteReportInGroup(IReportsOperations, Guid, Guid)
DeleteReportInGroupAsync(IReportsOperations, Guid, Guid, CancellationToken)
ExportReport(IReportsOperations, Guid)
ExportReport(IReportsOperations, Guid, Guid)
ExportReportAsync(IReportsOperations, Guid, Guid, CancellationToken)
ExportReportAsync(IReportsOperations, Guid, CancellationToken)
ExportReportInGroup(IReportsOperations, Guid, Guid)
ExportReportInGroupAsync(IReportsOperations, Guid, Guid, CancellationToken)
ExportToFile(IReportsOperations, Guid, ExportReportRequest)
ExportToFile(IReportsOperations, Guid, Guid, ExportReportRequest)
ExportToFileAsync(IReportsOperations, Guid, ExportReportRequest, CancellationToken)
ExportToFileAsync(IReportsOperations, Guid, Guid, ExportReportRequest, CancellationToken)
ExportToFileInGroup(IReportsOperations, Guid, Guid, ExportReportRequest)
ExportToFileInGroupAsync(IReportsOperations, Guid, Guid, ExportReportRequest, CancellationToken)
GenerateToken(IReportsOperations, Guid, Guid, GenerateTokenRequest)
GenerateTokenAsync(IReportsOperations, Guid, Guid, GenerateTokenRequest, CancellationToken)
GenerateTokenForCreate(IReportsOperations, Guid, GenerateTokenRequest)
GenerateTokenForCreateAsync(IReportsOperations, Guid, GenerateTokenRequest, CancellationToken)
GenerateTokenForCreateInGroup(IReportsOperations, Guid, GenerateTokenRequest)
GenerateTokenForCreateInGroupAsync(IReportsOperations, Guid, GenerateTokenRequest, CancellationToken)
GenerateTokenInGroup(IReportsOperations, Guid, Guid, GenerateTokenRequest)
GenerateTokenInGroupAsync(IReportsOperations, Guid, Guid, GenerateTokenRequest, CancellationToken)
GetDatasources(IReportsOperations, Guid)
GetDatasources(IReportsOperations, Guid, Guid)
GetDatasourcesAsync(IReportsOperations, Guid, Guid, CancellationToken)
GetDatasourcesAsync(IReportsOperations, Guid, CancellationToken)
GetDatasourcesInGroup(IReportsOperations, Guid, Guid)
GetDatasourcesInGroupAsync(IReportsOperations, Guid, Guid, CancellationToken)
GetExportToFileStatus(IReportsOperations, Guid, Guid, String)
GetExportToFileStatus(IReportsOperations, Guid, String)
GetExportToFileStatusAsync(IReportsOperations, Guid, Guid, String, CancellationToken)
GetExportToFileStatusAsync(IReportsOperations, Guid, String, CancellationToken)
GetExportToFileStatusInGroup(IReportsOperations, Guid, Guid, String)
GetExportToFileStatusInGroupAsync(IReportsOperations, Guid, Guid, String, CancellationToken)
GetFileOfExportToFile(IReportsOperations, Guid, Guid, String)
GetFileOfExportToFile(IReportsOperations, Guid, String)
GetFileOfExportToFileAsync(IReportsOperations, Guid, Guid, String, CancellationToken)
GetFileOfExportToFileAsync(IReportsOperations, Guid, String, CancellationToken)
GetFileOfExportToFileInGroup(IReportsOperations, Guid, Guid, String)
GetFileOfExportToFileInGroupAsync(IReportsOperations, Guid, Guid, String, CancellationToken)
GetPage(IReportsOperations, Guid, Guid, String)
GetPage(IReportsOperations, Guid, String)
GetPageAsync(IReportsOperations, Guid, Guid, String, CancellationToken)
GetPageAsync(IReportsOperations, Guid, String, CancellationToken)
GetPageInGroup(IReportsOperations, Guid, Guid, String)
GetPageInGroupAsync(IReportsOperations, Guid, Guid, String, CancellationToken)
GetPages(IReportsOperations, Guid)
GetPages(IReportsOperations, Guid, Guid)
GetPagesAsync(IReportsOperations, Guid, Guid, CancellationToken)
GetPagesAsync(IReportsOperations, Guid, CancellationToken)
GetPagesInGroup(IReportsOperations, Guid, Guid)
GetPagesInGroupAsync(IReportsOperations, Guid, Guid, CancellationToken)
GetReport(IReportsOperations, Guid)
GetReport(IReportsOperations, Guid, Guid)
GetReportAsync(IReportsOperations, Guid, Guid, CancellationToken)
GetReportAsync(IReportsOperations, Guid, CancellationToken)
GetReportInGroup(IReportsOperations, Guid, Guid)
GetReportInGroupAsync(IReportsOperations, Guid, Guid, CancellationToken)
GetReports(IReportsOperations)
GetReports(IReportsOperations, Guid)
GetReportsAsAdmin(IReportsOperations, Guid, String, Nullable<Int32>, Nullable<Int32>)
GetReportsAsAdmin(IReportsOperations, String, Nullable<Int32>, Nullable<Int32>)
GetReportsAsAdminAsync(IReportsOperations, Guid, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
GetReportsAsAdminAsync(IReportsOperations, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
GetReportsAsync(IReportsOperations, Guid, CancellationToken)
GetReportsAsync(IReportsOperations, CancellationToken)
GetReportsInGroup(IReportsOperations, Guid)
GetReportsInGroupAsAdmin(IReportsOperations, Guid, String, Nullable<Int32>, Nullable<Int32>)
GetReportsInGroupAsAdminAsync(IReportsOperations, Guid, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
GetReportsInGroupAsync(IReportsOperations, Guid, CancellationToken)
RebindReport(IReportsOperations, Guid, RebindReportRequest)
RebindReport(IReportsOperations, Guid, Guid, RebindReportRequest)
RebindReportAsync(IReportsOperations, Guid, RebindReportRequest, CancellationToken)
RebindReportAsync(IReportsOperations, Guid, Guid, RebindReportRequest, CancellationToken)
RebindReportInGroup(IReportsOperations, Guid, Guid, RebindReportRequest)
RebindReportInGroupAsync(IReportsOperations, Guid, Guid, RebindReportRequest, CancellationToken)
TakeOver(IReportsOperations, Guid, Guid)
TakeOverAsync(IReportsOperations, Guid, Guid, CancellationToken)
TakeOverInGroup(IReportsOperations, Guid, Guid)
TakeOverInGroupAsync(IReportsOperations, Guid, Guid, CancellationToken)
UpdateDatasources(IReportsOperations, Guid, UpdateRdlDatasourcesRequest)
UpdateDatasources(IReportsOperations, Guid, Guid, UpdateRdlDatasourcesRequest)
UpdateDatasourcesAsync(IReportsOperations, Guid, UpdateRdlDatasourcesRequest, CancellationToken)
UpdateDatasourcesAsync(IReportsOperations, Guid, Guid, UpdateRdlDatasourcesRequest, CancellationToken)
UpdateDatasourcesInGroup(IReportsOperations, Guid, Guid, UpdateRdlDatasourcesRequest)
UpdateDatasourcesInGroupAsync(IReportsOperations, Guid, Guid, UpdateRdlDatasourcesRequest, CancellationToken)
UpdateReportContent(IReportsOperations, Guid, UpdateReportContentRequest)
UpdateReportContent(IReportsOperations, Guid, Guid, UpdateReportContentRequest)
UpdateReportContentAsync(IReportsOperations, Guid, UpdateReportContentRequest, CancellationToken)
UpdateReportContentAsync(IReportsOperations, Guid, Guid, UpdateReportContentRequest, CancellationToken)
UpdateReportContentInGroup(IReportsOperations, Guid, Guid, UpdateReportContentRequest)
UpdateReportContentInGroupAsync(IReportsOperations, Guid, Guid, UpdateReportContentRequest, CancellationToken)

Applies to