Compartilhar via


Propriedade do RDL Notification.UserData

An array of Setting objects that defines the values of the extension settings for 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 UserData As Setting()
    Get
'Uso
Dim instance As Notification 
Dim value As Setting()

value = instance.UserData
public abstract Setting[] UserData { get; }
public:
virtual property array<Setting^>^ UserData {
    array<Setting^>^ get () abstract;
}
abstract UserData : Setting[]
abstract function get UserData () : Setting[]

Valor da propriedade

Tipo: array<Microsoft.ReportingServices.Interfaces.Setting[]
The setting values for the notification.

Comentários

The UserData property contains the setting values that were applied when the subscription for the notification was created. You can use this information to pass the user's setting information to your custom delivery code.

Consulte também

Referência

Notification Classe

Namespace Microsoft.ReportingServices.Interfaces