Notification.UserData Property

Definition

An array of Setting objects that defines the values of the extension settings for the notification.

public:
 abstract property cli::array <Microsoft::ReportingServices::Interfaces::Setting ^> ^ UserData { cli::array <Microsoft::ReportingServices::Interfaces::Setting ^> ^ get(); };
public abstract Microsoft.ReportingServices.Interfaces.Setting[] UserData { get; }
member this.UserData : Microsoft.ReportingServices.Interfaces.Setting[]
Public MustOverride ReadOnly Property UserData As Setting()

Property Value

The setting values for the notification.

Remarks

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.

Applies to