Notification.UserData 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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屬性包含建立通知的訂閱時所套用的設定值。 您可以使用此資訊,將使用者的設定資訊傳遞給您的自訂傳遞程式碼。