Compartilhar via


Propriedade do RDL Notification.Owner

The user name of the owner who generated the notification. User name is in the form of domain\alias.

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 Owner As String 
    Get
'Uso
Dim instance As Notification 
Dim value As String 

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

Valor da propriedade

Tipo: System.String
The user name of the owner who generated the subscription.

Consulte também

Referência

Notification Classe

Namespace Microsoft.ReportingServices.Interfaces