Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
An array of Setting objects that define the extension settings for a notification.
Namespace: Microsoft.ReportingServices.Interfaces
Assemblies: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Syntax
'Declaration
Property UserData As Setting()
Get
Set
'Usage
Dim instance As ISubscriptionBaseUIUserControl
Dim value As Setting()
value = instance.UserData
instance.UserData = value
Setting[] UserData { get; set; }
property array<Setting^>^ UserData {
array<Setting^>^ get ();
void set (array<Setting^>^ value);
}
abstract UserData : Setting[] with get, set
function get UserData () : Setting[]
function set UserData (value : Setting[])
Property Value
Type: array<Microsoft.ReportingServices.Interfaces.Setting[]
An array of Setting objects set by the subscription owner.