ReportingService2010.ListModelDrillthroughReports Method
SQL Server 2012
Lists drillthrough reports associated with an entity in a model.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
[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 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: 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 |
This method returns only the model drillthrough reports for which the user has “Read Properties” permission.
