Поделиться через


Метод ReportingService2006.ListModelDrillthroughReports

Lists drillthrough reports associated with an entity in a model.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Function ListModelDrillthroughReports ( _
    Model As String, _
    ModelItemID As String _
) As ModelDrillthroughReport()
'Применение
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[]

Параметры

  • Model
    Тип: System.String
    The fully qualified URL of the model including the file name and .smdl file name extension.
  • ModelItemID
    Тип: System.String
    The ID of an entity in the model for which to list drillthrough reports.

Возвращаемое значение

Тип: array<ReportService2006.ModelDrillthroughReport[]
An array of ModelDrillthroughReport objects.

Замечания

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

OpenItems

This method returns only the model drillthrough reports for which the user has “Read Properties” permission.

См. также

Справочник

ReportingService2006 Класс

Пространство имен ReportService2006