ReportingService2010.CreateLinkedItem(String, String, String, Property[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void CreateLinkedItem(System::String ^ ItemPath, System::String ^ Parent, System::String ^ Link, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties);
public void CreateLinkedItem (string ItemPath, string Parent, string Link, Microsoft.SqlServer.ReportingServices2010.Property[] Properties);
member this.CreateLinkedItem : string * string * string * Microsoft.SqlServer.ReportingServices2010.Property[] -> unit
Public Sub CreateLinkedItem (ItemPath As String, Parent As String, Link As String, Properties As Property())
Parameters
- ItemPath
- String
- Parent
- String
- Link
- String
- Properties
- Property[]