PowerBIReportExportConfiguration 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
| Name | Description |
|---|---|
| PowerBIReportExportConfiguration() | |
| PowerBIReportExportConfiguration(ExportReportSettings, PageBookmark, IList<ExportFilter>, IList<ExportReportPage>, IList<EffectiveIdentity>) |
PowerBIReportExportConfiguration()
public PowerBIReportExportConfiguration();
Public Sub New ()
Applies to
PowerBIReportExportConfiguration(ExportReportSettings, PageBookmark, IList<ExportFilter>, IList<ExportReportPage>, IList<EffectiveIdentity>)
public PowerBIReportExportConfiguration(Microsoft.PowerBI.Api.Models.ExportReportSettings settings = default, Microsoft.PowerBI.Api.Models.PageBookmark defaultBookmark = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.ExportFilter> reportLevelFilters = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.ExportReportPage> pages = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.EffectiveIdentity> identities = default);
new Microsoft.PowerBI.Api.Models.PowerBIReportExportConfiguration : Microsoft.PowerBI.Api.Models.ExportReportSettings * Microsoft.PowerBI.Api.Models.PageBookmark * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.ExportFilter> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.ExportReportPage> * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.EffectiveIdentity> -> Microsoft.PowerBI.Api.Models.PowerBIReportExportConfiguration
Public Sub New (Optional settings As ExportReportSettings = Nothing, Optional defaultBookmark As PageBookmark = Nothing, Optional reportLevelFilters As IList(Of ExportFilter) = Nothing, Optional pages As IList(Of ExportReportPage) = Nothing, Optional identities As IList(Of EffectiveIdentity) = Nothing)
Parameters
- settings
- ExportReportSettings
- defaultBookmark
- PageBookmark
- reportLevelFilters
- IList<ExportFilter>
- pages
- IList<ExportReportPage>
- identities
- IList<EffectiveIdentity>