Metodo ListModelDrillthroughReports
Lists drillthrough reports associated with an entity in a model.
Spazio dei nomi: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
<SoapHeaderAttribute("ServerInfoHeaderValue", Direction := SoapHeaderDirection.Out)> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListModelDrillthroughReports", RequestNamespace := "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", _
ResponseNamespace := "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ListModelDrillthroughReports ( _
Model As String, _
ModelItemID As String _
) As ModelDrillthroughReport()
'Utilizzo
Dim instance As ReportingService2005
Dim Model As String
Dim ModelItemID As String
Dim returnValue As ModelDrillthroughReport()
returnValue = instance.ListModelDrillthroughReports(Model, _
ModelItemID)
[SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListModelDrillthroughReports", RequestNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public ModelDrillthroughReport[] ListModelDrillthroughReports(
string Model,
string ModelItemID
)
[SoapHeaderAttribute(L"ServerInfoHeaderValue", Direction = SoapHeaderDirection::Out)]
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListModelDrillthroughReports", RequestNamespace = L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
ResponseNamespace = L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)]
public:
array<ModelDrillthroughReport^>^ ListModelDrillthroughReports(
String^ Model,
String^ ModelItemID
)
[<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>]
[<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/ListModelDrillthroughReports", RequestNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>]
member ListModelDrillthroughReports :
Model:string *
ModelItemID:string -> ModelDrillthroughReport[]
public function ListModelDrillthroughReports(
Model : String,
ModelItemID : String
) : ModelDrillthroughReport[]
Parametri
- Model
Tipo: System. . :: . .String
Full name of the model in the namespace.
- ModelItemID
Tipo: System. . :: . .String
The ID of an entity model item in the model for which to list model drill-through reports.
Valore restituito
Tipo: array<ReportService2005. . :: . .ModelDrillthroughReport> [] () [] []
An array of ModelDrillthroughReport objects.
Osservazioni
This method returns only the model drill-through reports on which the user has Read Properties permission.
Vedere anche