Notification.UserData 屬性

定義

Setting 物件的陣列,該陣列會定義通知的延伸模組設定值。

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()

屬性值

Setting[]

通知的設定值。

備註

UserData屬性包含建立通知的訂閱時所套用的設定值。 您可以使用此資訊,將使用者的設定資訊傳遞給您的自訂傳遞程式碼。

適用於