Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Lists drillthrough reports associated with an entity in a model.
Espace de noms : ReportService2006
Assembly : ReportService2006 (en ReportService2006.dll)
Syntaxe
'Déclaration
Public Function ListModelDrillthroughReports ( _
Model As String, _
ModelItemID As String _
) As ModelDrillthroughReport()
'Utilisation
Dim instance As ReportingService2006
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
The fully qualified URL of the model including the file name and .smdl file name extension.
- ModelItemID
Type : System.String
The ID of an entity in the model for which to list drillthrough reports.
Valeur de retour
Type : array<ReportService2006.ModelDrillthroughReport[]
An array of ModelDrillthroughReport objects.
Notes
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
This method returns only the model drillthrough reports for which the user has “Read Properties” permission.