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

A Power BI Report
Afficher le fichier Open project: Microsoft/PowerBI-CSharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the Report class.
public Report ( ) : System
Résultat System

Report() public méthode

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
Résultat System