Get Crystal Report specific path

0

I'm doing a desktop application where I should print a crystal report where I take your location as follows:

Path.GetDirectoryName(Path.GetDirectoryName(Application.StartupPath)) + "\Reports\POH2.rpt";

But this form no longer works for me when executing an executable, someone with some idea of how to obtain the specific route of the Crystal report?

    
asked by Miguel Juarez 11.09.2018 в 20:30
source

0 answers