ReportingService2005.GetPropertiesAsync Method

Definition

Overloads

GetPropertiesAsync(String, Property[])
GetPropertiesAsync(String, Property[], Object)

GetPropertiesAsync(String, Property[])

public:
 void GetPropertiesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties);
public void GetPropertiesAsync (string Item, Microsoft.SqlServer.ReportingServices2005.Property[] Properties);
member this.GetPropertiesAsync : string * Microsoft.SqlServer.ReportingServices2005.Property[] -> unit
Public Sub GetPropertiesAsync (Item As String, Properties As Property())

Parameters

Item
String
Properties
Property[]

Applies to

GetPropertiesAsync(String, Property[], Object)

public:
 void GetPropertiesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties, System::Object ^ userState);
public void GetPropertiesAsync (string Item, Microsoft.SqlServer.ReportingServices2005.Property[] Properties, object userState);
member this.GetPropertiesAsync : string * Microsoft.SqlServer.ReportingServices2005.Property[] * obj -> unit
Public Sub GetPropertiesAsync (Item As String, Properties As Property(), userState As Object)

Parameters

Item
String
Properties
Property[]
userState
Object

Applies to