PowerBIReportExportConfiguration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PowerBIReportExportConfiguration() | |
PowerBIReportExportConfiguration(ExportReportSettings, PageBookmark, IList<ExportFilter>, IList<ExportReportPage>, IList<EffectiveIdentity>) |
PowerBIReportExportConfiguration()
public PowerBIReportExportConfiguration ();
Public Sub New ()
適用対象
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)
パラメーター
- settings
- ExportReportSettings
- defaultBookmark
- PageBookmark
- reportLevelFilters
- IList<ExportFilter>
- pages
- IList<ExportReportPage>
- identities
- IList<EffectiveIdentity>
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET