ISubscriptionBaseUIUserControl.UserData 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Setting 物件的陣列,這些物件會定義通知的延伸模組設定。
public:
property cli::array <Microsoft::ReportingServices::Interfaces::Setting ^> ^ UserData { cli::array <Microsoft::ReportingServices::Interfaces::Setting ^> ^ get(); void set(cli::array <Microsoft::ReportingServices::Interfaces::Setting ^> ^ value); };
public Microsoft.ReportingServices.Interfaces.Setting[] UserData { get; set; }
member this.UserData : Microsoft.ReportingServices.Interfaces.Setting[] with get, set
Public Property UserData As Setting()
屬性值
- Setting[]
訂閱擁有者所設定的 Setting 物件陣列。