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 네임스페이스