The default Winform configuration file that is used to generate during the build (that is, “ispec.xml” in Core\Bin folder) is based upon the list of reports available in the development model at build time. The creation of report clones using another application (namely, Deployment Package Manager) is a completely separate activity, which is performed in the deployment environment on the target machine. This means that the building of the Winform configuration file does not know anything about which report clones might or might not have been deployed.
However, you can still configure the Winform configuration file to display the cloned reports in Winform in the following way:
Open the Winform configuration file in a text editor and search for the <reports> tag. You can add the following details:
<report name="CLONED_REPORT_NAME" description="CLONED_REPORT_DESCRIPTION" />