C# Class Microsoft.PowerBI.Api.V1.ReportsExtensions

Extension methods for Reports.
Show file Open project: Microsoft/PowerBI-CSharp

Public Methods

Method Description
GetReports ( this operations, string collectionName, string workspaceId ) : ODataResponseListReport

Gets a list of reports available within the specified workspace

GetReportsAsync ( this operations, string collectionName, string workspaceId, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Gets a list of reports available within the specified workspace

Method Details

GetReports() public static method

Gets a list of reports available within the specified workspace
public static GetReports ( this operations, string collectionName, string workspaceId ) : ODataResponseListReport
operations this /// The operations group for this extension method. ///
collectionName string /// The workspace collection name ///
workspaceId string /// The workspace id ///
return ODataResponseListReport

GetReportsAsync() public static method

Gets a list of reports available within the specified workspace
public static GetReportsAsync ( this operations, string collectionName, string workspaceId, CancellationToken cancellationToken = default(CancellationToken) ) : Task
operations this /// The operations group for this extension method. ///
collectionName string /// The workspace collection name ///
workspaceId string /// The workspace id ///
cancellationToken System.Threading.CancellationToken /// The cancellation token. ///
return Task