ReportingService2010.SetUserSettingsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetUserSettingsAsync(Property[])
public:
void SetUserSettingsAsync(cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties);
public void SetUserSettingsAsync(Microsoft.SqlServer.ReportingServices2010.Property[] Properties);
member this.SetUserSettingsAsync : Microsoft.SqlServer.ReportingServices2010.Property[] -> unit
Public Sub SetUserSettingsAsync (Properties As Property())
Parameters
- Properties
- Property[]
Applies to
SetUserSettingsAsync(Property[], Object)
public:
void SetUserSettingsAsync(cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties, System::Object ^ userState);
public void SetUserSettingsAsync(Microsoft.SqlServer.ReportingServices2010.Property[] Properties, object userState);
member this.SetUserSettingsAsync : Microsoft.SqlServer.ReportingServices2010.Property[] * obj -> unit
Public Sub SetUserSettingsAsync (Properties As Property(), userState As Object)
Parameters
- Properties
- Property[]
- userState
- Object