共用方式為


Notification.UserData 屬性

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

命名空間:  Microsoft.ReportingServices.Interfaces
組件:   Microsoft.ReportingServices.SharePoint.UI.WebParts (在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces (在 Microsoft.ReportingServices.Interfaces.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property UserData As Setting()
    Get
'用途
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[]

屬性值

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

備註

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.

請參閱

參考

Notification 類別

Microsoft.ReportingServices.Interfaces 命名空間