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 命名空间