C# Класс Microsoft.PowerBI.Api.V1.Models.Report

A Power BI Report
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

Report() публичный Метод

Initializes a new instance of the Report class.
public Report ( ) : System
Результат System

Report() публичный Метод

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
Результат System