C# Class Microsoft.PowerBI.Api.V1.Models.Report

A Power BI Report
Show file Open project: Microsoft/PowerBI-CSharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Report ( ) : System

Initializes a new instance of the Report class.

Report ( string id = default(string), string name = default(string), string webUrl = default(string), string embedUrl = default(string) ) : System

Initializes a new instance of the Report class.

Method Details

Report() public method

Initializes a new instance of the Report class.
public Report ( ) : System
return System

Report() public method

Initializes a new instance of the Report class.
public Report ( string id = default(string), string name = default(string), string webUrl = default(string), string embedUrl = default(string) ) : System
id string
name string
webUrl string
embedUrl string
return System