Report Constructor (String, String, String, String)

 

Initializes a new instance of the Report class.

Namespace:   Microsoft.PowerBI.Api.Beta.Models
Assembly:  Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)

Syntax

public Report(
    string id = null,
    string name = null,
    string webUrl = null,
    string embedUrl = null
)

Parameters

See Also

Report Overload
Report Class
Microsoft.PowerBI.Api.Beta.Models Namespace

Return to top