ReportingService2006.ListModelDrillthroughReports Method
SQL Server 2008 R2
Lists drillthrough reports associated with an entity in a model.
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.
Return Value
Type: ReportService2006.ModelDrillthroughReport[]An array of ModelDrillthroughReport objects.
The table below shows header and permissions information on this operation.
SOAP Headers | (Out) ServerInfoHeaderValue |
Required Permissions | OpenItems() |
This method returns only the model drillthrough reports for which the user has “Read Properties” permission.
