Partilhar via


ExportReportSettings Construtores

Definição

Sobrecargas

ExportReportSettings()
ExportReportSettings(String, Nullable<Boolean>)

ExportReportSettings()

public ExportReportSettings ();
Public Sub New ()

Aplica-se a

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)

Parâmetros

locale
String
includeHiddenPages
Nullable<Boolean>

Aplica-se a