ExportReportRequest Constructors
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
ExportReportRequest() | |
ExportReportRequest(FileFormat, PowerBIReportExportConfiguration, PaginatedReportExportConfiguration) |
ExportReportRequest()
public ExportReportRequest ();
Public Sub New ()
Applies to
ExportReportRequest(FileFormat, PowerBIReportExportConfiguration, PaginatedReportExportConfiguration)
public ExportReportRequest (Microsoft.PowerBI.Api.Models.FileFormat format, Microsoft.PowerBI.Api.Models.PowerBIReportExportConfiguration powerBIReportConfiguration = default, Microsoft.PowerBI.Api.Models.PaginatedReportExportConfiguration paginatedReportConfiguration = default);
new Microsoft.PowerBI.Api.Models.ExportReportRequest : Microsoft.PowerBI.Api.Models.FileFormat * Microsoft.PowerBI.Api.Models.PowerBIReportExportConfiguration * Microsoft.PowerBI.Api.Models.PaginatedReportExportConfiguration -> Microsoft.PowerBI.Api.Models.ExportReportRequest
Public Sub New (format As FileFormat, Optional powerBIReportConfiguration As PowerBIReportExportConfiguration = Nothing, Optional paginatedReportConfiguration As PaginatedReportExportConfiguration = Nothing)
Parameters
- format
- FileFormat
- powerBIReportConfiguration
- PowerBIReportExportConfiguration
- paginatedReportConfiguration
- PaginatedReportExportConfiguration
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET