ReportingService2005.GetItemDataSourcePrompts(String) 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.
Gets the data source prompts for a specified item.
public:
cli::array <ReportService2005::DataSourcePrompt ^> ^ GetItemDataSourcePrompts(System::String ^ Item);
public ReportService2005.DataSourcePrompt[] GetItemDataSourcePrompts (string Item);
member this.GetItemDataSourcePrompts : string -> ReportService2005.DataSourcePrompt[]
Public Function GetItemDataSourcePrompts (Item As String) As DataSourcePrompt()
Parameters
- Item
- String
The full path of the item for which to retrieve data source prompts.
Returns
An array of DataSourcePrompt objects.
Remarks
The table below shows header and permissions information on this operation.
SOAP Headers | (Out) ServerInfoHeaderValue |
Required Permissions | Depends on the item type: - Report : ReadProperties- Model : ReadProperties |