ExportReportSettings 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 |
|---|---|
| ExportReportSettings() | |
| ExportReportSettings(String, Nullable<Boolean>) |
ExportReportSettings()
public ExportReportSettings();
Public Sub New ()
Applies to
ExportReportSettings(String, Nullable<Boolean>)
public ExportReportSettings(string locale = default, bool? includeHiddenPages = default);
new Microsoft.PowerBI.Api.Models.ExportReportSettings : string * Nullable<bool> -> Microsoft.PowerBI.Api.Models.ExportReportSettings
Public Sub New (Optional locale As String = Nothing, Optional includeHiddenPages As Nullable(Of Boolean) = Nothing)
Parameters
- locale
- String