ReportingService2010.GetItemParameters 方法

定義

public:
 cli::array <Microsoft::SqlServer::ReportingServices2010::ItemParameter ^> ^ GetItemParameters(System::String ^ ItemPath, System::String ^ HistoryID, bool ForRendering, cli::array <Microsoft::SqlServer::ReportingServices2010::ParameterValue ^> ^ Values, cli::array <Microsoft::SqlServer::ReportingServices2010::DataSourceCredentials ^> ^ Credentials);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetItemParameters", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")]
public Microsoft.SqlServer.ReportingServices2010.ItemParameter[] GetItemParameters (string ItemPath, string HistoryID, bool ForRendering, Microsoft.SqlServer.ReportingServices2010.ParameterValue[] Values, Microsoft.SqlServer.ReportingServices2010.DataSourceCredentials[] Credentials);
Public Function GetItemParameters (ItemPath As String, HistoryID As String, ForRendering As Boolean, Values As ParameterValue(), Credentials As DataSourceCredentials()) As ItemParameter()

參數

ItemPath
String
HistoryID
String
ForRendering
Boolean
Values
ParameterValue[]
Credentials
DataSourceCredentials[]

傳回

ItemParameter[]
屬性

適用於