共用方式為


ReportingService2005.ListModelDrillthroughReports 方法

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

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.dll 中)

語法

'宣告
Public Function ListModelDrillthroughReports ( _
    Model As String, _
    ModelItemID As String _
) As ModelDrillthroughReport()
'用途
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[]

參數

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

傳回值

型別:array<ReportService2005.ModelDrillthroughReport[]
An array of ModelDrillthroughReport objects.

備註

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.

請參閱

參考

ReportingService2005 類別

ReportService2005 命名空間