ReportsOperationsExtensions.ExportToFile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExportToFile(IReportsOperations, Guid, ExportReportRequest) | |
ExportToFile(IReportsOperations, Guid, Guid, ExportReportRequest) |
ExportToFile(IReportsOperations, Guid, ExportReportRequest)
public static Microsoft.PowerBI.Api.Models.Export ExportToFile (this Microsoft.PowerBI.Api.IReportsOperations operations, Guid reportId, Microsoft.PowerBI.Api.Models.ExportReportRequest requestParameters);
static member ExportToFile : Microsoft.PowerBI.Api.IReportsOperations * Guid * Microsoft.PowerBI.Api.Models.ExportReportRequest -> Microsoft.PowerBI.Api.Models.Export
<Extension()>
Public Function ExportToFile (operations As IReportsOperations, reportId As Guid, requestParameters As ExportReportRequest) As Export
Parameters
- operations
- IReportsOperations
- reportId
- Guid
- requestParameters
- ExportReportRequest
Returns
Applies to
ExportToFile(IReportsOperations, Guid, Guid, ExportReportRequest)
public static Microsoft.PowerBI.Api.Models.Export ExportToFile (this Microsoft.PowerBI.Api.IReportsOperations operations, Guid groupId, Guid reportId, Microsoft.PowerBI.Api.Models.ExportReportRequest requestParameters);
static member ExportToFile : Microsoft.PowerBI.Api.IReportsOperations * Guid * Guid * Microsoft.PowerBI.Api.Models.ExportReportRequest -> Microsoft.PowerBI.Api.Models.Export
<Extension()>
Public Function ExportToFile (operations As IReportsOperations, groupId As Guid, reportId As Guid, requestParameters As ExportReportRequest) As Export
Parameters
- operations
- IReportsOperations
- groupId
- Guid
- reportId
- Guid
- requestParameters
- ExportReportRequest
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.