Partager via


Méthode ReportingService2006.GetItemDataSourcePrompts

Gets the data source prompts for a specified item.

Espace de noms :  ReportService2006
Assembly :  ReportService2006 (en ReportService2006.dll)

Syntaxe

'Déclaration
Public Function GetItemDataSourcePrompts ( _
    Item As String _
) As DataSourcePrompt()
'Utilisation
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[]

Paramètres

  • Item
    Type : System.String
    The fully qualified URL for the item including the file name and extension.

Valeur de retour

Type : array<ReportService2006.DataSourcePrompt[]
An array of DataSourcePrompt objects.

Notes

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ViewListItems

Voir aussi

Référence

ReportingService2006 Classe

Espace de noms ReportService2006