Méthode ReportingService2005.ListModelDrillthroughReports

Lists drill-through reports associated with an entity in a model.

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

Syntaxe

'Déclaration
Public Function ListModelDrillthroughReports ( _
    Model As String, _
    ModelItemID As String _
) As ModelDrillthroughReport()
'Utilisation
Dim instance As ReportingService2005 
Dim Model As String 
Dim ModelItemID As String 
Dim returnValue As ModelDrillthroughReport()

returnValue = instance.ListModelDrillthroughReports(Model, _
    ModelItemID)
public ModelDrillthroughReport[] ListModelDrillthroughReports(
    string Model,
    string ModelItemID
)
public:
array<ModelDrillthroughReport^>^ ListModelDrillthroughReports(
    String^ Model, 
    String^ ModelItemID
)
member ListModelDrillthroughReports : 
        Model:string * 
        ModelItemID:string -> ModelDrillthroughReport[] 
public function ListModelDrillthroughReports(
    Model : String, 
    ModelItemID : String
) : ModelDrillthroughReport[]

Paramètres

  • Model
    Type : System.String
    Full name of the model in the namespace.
  • ModelItemID
    Type : System.String
    The ID of an entity model item in the model for which to list model drill-through reports.

Valeur de retour

Type : array<ReportService2005.ModelDrillthroughReport[]
An array of ModelDrillthroughReport objects.

Notes

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

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

ReadContent

This method returns only the model drill-through reports on which the user has Read Properties permission.

Voir aussi

Référence

ReportingService2005 Classe

Espace de noms ReportService2005