ReportsOperationsExtensions.ExportReportAsync Method

Definition

Overloads

ExportReportAsync(IReportsOperations, Guid, CancellationToken)
ExportReportAsync(IReportsOperations, Guid, Guid, CancellationToken)

ExportReportAsync(IReportsOperations, Guid, CancellationToken)

public static System.Threading.Tasks.Task<System.IO.Stream> ExportReportAsync (this Microsoft.PowerBI.Api.IReportsOperations operations, Guid reportId, System.Threading.CancellationToken cancellationToken = default);
static member ExportReportAsync : Microsoft.PowerBI.Api.IReportsOperations * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
<Extension()>
Public Function ExportReportAsync (operations As IReportsOperations, reportId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Stream)

Parameters

operations
IReportsOperations
reportId
Guid
cancellationToken
CancellationToken

Returns

Applies to

ExportReportAsync(IReportsOperations, Guid, Guid, CancellationToken)

public static System.Threading.Tasks.Task<System.IO.Stream> ExportReportAsync (this Microsoft.PowerBI.Api.IReportsOperations operations, Guid groupId, Guid reportId, System.Threading.CancellationToken cancellationToken = default);
static member ExportReportAsync : Microsoft.PowerBI.Api.IReportsOperations * Guid * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
<Extension()>
Public Function ExportReportAsync (operations As IReportsOperations, groupId As Guid, reportId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Stream)

Parameters

operations
IReportsOperations
groupId
Guid
reportId
Guid
cancellationToken
CancellationToken

Returns

Applies to