ReportingService2005.CreateLinkedReport Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
void CreateLinkedReport(System::String ^ Report, System::String ^ Parent, System::String ^ Link, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties);
public void CreateLinkedReport (string Report, string Parent, string Link, Microsoft.SqlServer.ReportingServices2005.Property[] Properties);
member this.CreateLinkedReport : string * string * string * Microsoft.SqlServer.ReportingServices2005.Property[] -> unit
Public Sub CreateLinkedReport (Report As String, Parent As String, Link As String, Properties As Property())
Paramètres
- Report
- String
- Parent
- String
- Link
- String
- Properties
- Property[]