Поделиться через


Метод ReportingService2005.GetItemDataSourcePrompts

Gets the data source prompts for a specified item.

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.dll)

Синтаксис

'Декларация
Public Function GetItemDataSourcePrompts ( _
    Item As String _
) As DataSourcePrompt()
'Применение
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[]

Параметры

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

Возвращаемое значение

Тип: array<ReportService2005.DataSourcePrompt[]
An array of DataSourcePrompt objects.

Замечания

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

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

Depends on the item type:

См. также

Справочник

ReportingService2005 Класс

Пространство имен ReportService2005