Share via


PowerBIReportExportConfiguration Constructors

Definition

Overloads

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

defaultBookmark
PageBookmark
reportLevelFilters
IList<ExportFilter>
identities
IList<EffectiveIdentity>

Applies to