ReportingService2010.CreateLinkedItem 方法

定义

public:
 void CreateLinkedItem(System::String ^ ItemPath, System::String ^ Parent, System::String ^ Link, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/CreateLinkedItem", 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 void CreateLinkedItem (string ItemPath, string Parent, string Link, Microsoft.SqlServer.ReportingServices2010.Property[] Properties);
Public Sub CreateLinkedItem (ItemPath As String, Parent As String, Link As String, Properties As Property())

参数

ItemPath
String
Parent
String
Link
String
Properties
Property[]
属性

适用于