Propriedade Name
The name of the report that is associated with the notification.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .String
The name of the report.
Consulte também