Compartir a través de


ReportingService2005.GetItemDataSourcePrompts Método

Gets the data source prompts for a specified item.

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Function GetItemDataSourcePrompts ( _
    Item As String _
) As DataSourcePrompt()
'Uso
Dim instance As ReportingService2005 
Dim Item As String 
Dim returnValue As DataSourcePrompt()

returnValue = instance.GetItemDataSourcePrompts(Item)
public DataSourcePrompt[] GetItemDataSourcePrompts(
    string Item
)
public:
array<DataSourcePrompt^>^ GetItemDataSourcePrompts(
    String^ Item
)
member GetItemDataSourcePrompts : 
        Item:string -> DataSourcePrompt[] 
public function GetItemDataSourcePrompts(
    Item : String
) : DataSourcePrompt[]

Parámetros

  • Item
    Tipo: System.String
    The full path of the item for which to retrieve data source prompts.

Valor devuelto

Tipo: array<ReportService2005.DataSourcePrompt[]
An array of DataSourcePrompt objects.

Comentarios

The table below shows header and permissions information on this operation.

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

Depends on the item type:

Vea también

Referencia

ReportingService2005 Clase

Espacio de nombres ReportService2005