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


Метод ReportingService2006.GetItemDataSourcePrompts

Gets the data source prompts for a specified item.

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

Синтаксис

'Декларация
Public Function GetItemDataSourcePrompts ( _
    Item As String _
) As DataSourcePrompt()
'Применение
Dim instance As ReportingService2006 
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 fully qualified URL for the item including the file name and extension.

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

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

Замечания

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ViewListItems

См. также

Справочник

ReportingService2006 Класс

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