I am working on a Reporting Services project using Microsoft Visual Studio. The RDL reports are stored in a file location on my local machine. Is it possible to execute the RdlMigration command by passing the file location on the first parameter?
For example:
RdlMigration "path-to-rdl-files" "/My Reports" "My Workspace" <client-id>
Thank you for the confirmation!