Compartir a través de


Report.Name Propiedad

Gets the name of the report that is associated with the notification.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Name As String 
    Get
'Uso
Dim instance As Report 
Dim value As String 

value = instance.Name
public abstract string Name { get; }
public:
virtual property String^ Name {
    String^ get () abstract;
}
abstract Name : string
abstract function get Name () : String

Valor de la propiedad

Tipo: System.String
The name of the report that is associated with the notification.

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.Interfaces