Partilhar via


Reports Construtores

Definição

Sobrecargas

Reports()
Reports(String, IList<Report>)

Reports()

public Reports ();
Public Sub New ()

Aplica-se a

Reports(String, IList<Report>)

public Reports (string odatacontext = default, System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Report> value = default);
new Microsoft.PowerBI.Api.Models.Reports : string * System.Collections.Generic.IList<Microsoft.PowerBI.Api.Models.Report> -> Microsoft.PowerBI.Api.Models.Reports
Public Sub New (Optional odatacontext As String = Nothing, Optional value As IList(Of Report) = Nothing)

Parâmetros

odatacontext
String
value
IList<Report>

Aplica-se a