ReportingService2005.GetItemDataSourcePromptsAsync 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
GetItemDataSourcePromptsAsync(String) | |
GetItemDataSourcePromptsAsync(String, Object) |
GetItemDataSourcePromptsAsync(String)
public:
void GetItemDataSourcePromptsAsync(System::String ^ Item);
public void GetItemDataSourcePromptsAsync (string Item);
member this.GetItemDataSourcePromptsAsync : string -> unit
Public Sub GetItemDataSourcePromptsAsync (Item As String)
Parameters
- Item
- String
Applies to
GetItemDataSourcePromptsAsync(String, Object)
public:
void GetItemDataSourcePromptsAsync(System::String ^ Item, System::Object ^ userState);
public void GetItemDataSourcePromptsAsync (string Item, object userState);
member this.GetItemDataSourcePromptsAsync : string * obj -> unit
Public Sub GetItemDataSourcePromptsAsync (Item As String, userState As Object)
Parameters
- Item
- String
- userState
- Object