Expand Minimize
This topic has not yet been rated - Rate this topic

ReportingService2006.ListModelDrillthroughReports Method

Lists drillthrough reports associated with an entity in a model.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)
[SoapHeaderAttribute("TrustedUserHeaderValue")]
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)]
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices/ListModelDrillthroughReports", RequestNamespace = "http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices", 
	ResponseNamespace = "http://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices", 
	Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public ModelDrillthroughReport[] ListModelDrillthroughReports(
	string Model,
	string ModelItemID
)

Parameters

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.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.