Condividi tramite


Proprietà Report.Name

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

Spazio dei nomi  Microsoft.ReportingServices.Interfaces
Assembly:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property Name As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.Interfaces