Report Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
Report() | |
Report(Guid, String, String, String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, EndorsementDetails, SensitivityLabel, String) |
Report()
public Report ();
Public Sub New ()
Se aplica a
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)
Parámetros
- id
- Guid
- name
- String
- webUrl
- String
- embedUrl
- String
- datasetId
- String
- description
- String
- createdBy
- String
- modifiedBy
- String
- endorsementDetails
- EndorsementDetails
- sensitivityLabel
- SensitivityLabel
- reportType
- String
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET