Partager via


Propriété Report.Name

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Name As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.Interfaces