IReports Interface

 

Reports operations.

Namespace:   Microsoft.PowerBI.Api.Beta
Assembly:  Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)

Syntax

public interface IReports

Methods

Name Description
System_CAPS_pubmethod GetReportsWithHttpMessagesAsync(String, String, Dictionary<String, List<String>>, CancellationToken)

Gets a list of reports available within the specified workspace

Extension Methods

Name Description
System_CAPS_pubmethod GetReports(String, String)

Gets a list of reports available within the specified workspace (Defined by ReportsExtensions.)

System_CAPS_pubmethod GetReportsAsync(String, String, CancellationToken)

Gets a list of reports available within the specified workspace (Defined by ReportsExtensions.)

See Also

Microsoft.PowerBI.Api.Beta Namespace

Return to top