ReportingService2005.ListModelDrillthroughReports Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Function ListModelDrillthroughReports ( _
    Model As String, _
    ModelItemID As String _
) As ModelDrillthroughReport()
public ModelDrillthroughReport[] ListModelDrillthroughReports (
    string Model,
    string ModelItemID
)
public:
array<ModelDrillthroughReport^>^ ListModelDrillthroughReports (
    String^ Model, 
    String^ ModelItemID
)
public ModelDrillthroughReport[] ListModelDrillthroughReports (
    String Model, 
    String ModelItemID
)
public function ListModelDrillthroughReports (
    Model : String, 
    ModelItemID : String
) : ModelDrillthroughReport[]

Parameters

  • Model
    Full name of the model in the namespace.
  • ModelItemID
    The ID of an entity model item in the model for which to list model drillthrough reports.

Return Value

An array of ModelDrillthroughReport objects.

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace