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 。