Reports Class

 

Reports operations.

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

Inheritance Hierarchy

System.Object
  Microsoft.PowerBI.Api.Beta.Reports

Syntax

public class Reports : IServiceOperations<PowerBIClient>, IReports

Constructors

Name Description
System_CAPS_pubmethod Reports(PowerBIClient)

Initializes a new instance of the Reports class.

Properties

Name Description
System_CAPS_pubproperty Client

Gets a reference to the PowerBIClient

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

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

Gets a list of reports available within the specified workspace

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.PowerBI.Api.Beta Namespace

Return to top