ReportingService2006.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 <ReportService2006::DataSourcePrompt ^> ^ GetItemDataSourcePrompts(System::String ^ Item);
public ReportService2006.DataSourcePrompt[] GetItemDataSourcePrompts (string Item);
member this.GetItemDataSourcePrompts : string -> ReportService2006.DataSourcePrompt[]
Public Function GetItemDataSourcePrompts (Item As String) As DataSourcePrompt()
Parameters
- Item
- String
The fully qualified URL for the item including the file name and extension.
Returns
An array of DataSourcePrompt objects.
Remarks
The table below shows header and permissions information on this operation.
SOAP Headers | (In) TrustedUserHeaderValue (Out) ServerInfoHeaderValue |
Required Permissions | <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems> |