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
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>
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET