C# 클래스 Microsoft.PowerBI.Api.V1.Models.Report

A Power BI Report
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp 1 사용 예제들

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