ReportingService2010.ListModelDrillthroughReports Method
SQL Server 2008 R2
Lists drillthrough reports associated with an entity in a model.
Assembly: ReportService2010 (in ReportService2010.dll)
'Declaration <SoapHeaderAttribute("ServerInfoHeaderValue", Direction := SoapHeaderDirection.Out)> _ <SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListModelDrillthroughReports", RequestNamespace := "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", _ ResponseNamespace := "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", _ Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _ <SoapHeaderAttribute("TrustedUserHeaderValue")> _ Public Function ListModelDrillthroughReports ( _ Model As String, _ ModelItemID As String _ ) As ModelDrillthroughReport() 'Usage Dim instance As ReportingService2010 Dim Model As String Dim ModelItemID As String Dim returnValue As ModelDrillthroughReport() returnValue = instance.ListModelDrillthroughReports(Model, _ 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: ReportService2010.ModelDrillthroughReport()An array of ModelDrillthroughReport objects.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | |
SharePoint Mode Required Permissions | OpenItems |
This method returns only the model drillthrough reports for which the user has “Read Properties” permission.
