Freigeben über


Reports Konstruktoren

Definition

Überlädt

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

Reports()

public Reports ();
Public Sub New ()

Gilt für:

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)

Parameter

odatacontext
String
value
IList<Report>

Gilt für: