ReportsOperationsExtensions.ExportReportAsync Methode
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
ExportReportAsync(IReportsOperations, Guid, CancellationToken) | |
ExportReportAsync(IReportsOperations, Guid, 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)
Parameter
- operations
- IReportsOperations
- reportId
- Guid
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
Azure SDK for .NET Latest
Produkt | Versionen |
---|---|
Azure SDK for .NET | Latest |
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)
Parameter
- operations
- IReportsOperations
- groupId
- Guid
- reportId
- Guid
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
Azure SDK for .NET Latest
Produkt | Versionen |
---|---|
Azure SDK for .NET | Latest |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Feedback zu Azure SDK for .NET
Azure SDK for .NET ist ein Open Source-Projekt. Wählen Sie einen Link aus, um Feedback zu geben: