ReportingService2005.GetItemDataSourcePrompts Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the data source prompts for a specified item.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public DataSourcePrompt[] GetItemDataSourcePrompts(
    string Item
)
public:
array<DataSourcePrompt^>^ GetItemDataSourcePrompts(
    String^ Item
)
member GetItemDataSourcePrompts : 
        Item:string -> DataSourcePrompt[]
Public Function GetItemDataSourcePrompts (
    Item As String
) As DataSourcePrompt()

Parameters

  • Item
    Type: System.String

    The full path of the item for which to retrieve data source prompts.

Return Value

Type: ReportService2005.DataSourcePrompt[]

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:

See Also

ReportingService2005 Class
ReportService2005 Namespace

Return to top