ReportingService2005.SetPropertiesAsync 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
SetPropertiesAsync(String, Property[], Object) | |
SetPropertiesAsync(String, Property[]) |
SetPropertiesAsync(String, Property[], Object)
public:
void SetPropertiesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties, System::Object ^ userState);
public void SetPropertiesAsync (string Item, Microsoft.SqlServer.ReportingServices2005.Property[] Properties, object userState);
member this.SetPropertiesAsync : string * Microsoft.SqlServer.ReportingServices2005.Property[] * obj -> unit
Public Sub SetPropertiesAsync (Item As String, Properties As Property(), userState As Object)
Parameters
- Item
- String
- Properties
- Property[]
- userState
- Object
Applies to
SetPropertiesAsync(String, Property[])
public:
void SetPropertiesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties);
public void SetPropertiesAsync (string Item, Microsoft.SqlServer.ReportingServices2005.Property[] Properties);
member this.SetPropertiesAsync : string * Microsoft.SqlServer.ReportingServices2005.Property[] -> unit
Public Sub SetPropertiesAsync (Item As String, Properties As Property())
Parameters
- Item
- String
- Properties
- Property[]