ReportingService2010.ListModelDrillthroughReports 方法
SQL Server 2012
Lists drillthrough reports associated with an entity in a model.
命名空间: ReportService2010
程序集: ReportService2010(在 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 )
参数
- Model
- 类型:System.String
The fully qualified URL of the model including the file name and .smdl file name extension.
- ModelItemID
- 类型: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 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.
显示: