Notification.UserData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Setting[]
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.