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
- id
Type: System.String
- name
Type: System.String
- webUrl
Type: System.String
- embedUrl
Type: System.String
See Also
Report Overload
Report Class
Microsoft.PowerBI.Api.Beta.Models Namespace
Return to top