OpenReport() public static method

public static OpenReport ( string reportDirectory, string &optionalReportViewerPath ) : void
reportDirectory string
optionalReportViewerPath string
return void
Exemplo n.º 1
0
 /// <summary>
 /// Opens the report viewer for the given report directory
 /// </summary>
 /// <param name="reportDirectory"></param>
 public static void OpenReport(string reportDirectory)
 {
     Helper.OpenReport(reportDirectory, ref _uftViewerPath);
 }