Report Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Report() | |
Report(Guid, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, EndorsementDetails, SensitivityLabel, String) |
Report()
public Report ();
Public Sub New ()
Applies to
Report(Guid, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, EndorsementDetails, SensitivityLabel, String)
public Report (Guid id, string name = default, string webUrl = default, string embedUrl = default, string datasetId = default, string description = default, string createdBy = default, string modifiedBy = default, DateTime? createdDateTime = default, DateTime? modifiedDateTime = default, Microsoft.PowerBI.Api.Models.EndorsementDetails endorsementDetails = default, Microsoft.PowerBI.Api.Models.SensitivityLabel sensitivityLabel = default, string reportType = default);
new Microsoft.PowerBI.Api.Models.Report : Guid * string * string * string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Microsoft.PowerBI.Api.Models.EndorsementDetails * Microsoft.PowerBI.Api.Models.SensitivityLabel * string -> Microsoft.PowerBI.Api.Models.Report
Public Sub New (id As Guid, Optional name As String = Nothing, Optional webUrl As String = Nothing, Optional embedUrl As String = Nothing, Optional datasetId As String = Nothing, Optional description As String = Nothing, Optional createdBy As String = Nothing, Optional modifiedBy As String = Nothing, Optional createdDateTime As Nullable(Of DateTime) = Nothing, Optional modifiedDateTime As Nullable(Of DateTime) = Nothing, Optional endorsementDetails As EndorsementDetails = Nothing, Optional sensitivityLabel As SensitivityLabel = Nothing, Optional reportType As String = Nothing)
Parameters
- id
- Guid
- name
- String
- webUrl
- String
- embedUrl
- String
- datasetId
- String
- description
- String
- createdBy
- String
- modifiedBy
- String
- endorsementDetails
- EndorsementDetails
- sensitivityLabel
- SensitivityLabel
- reportType
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET