/// <summary> /// Launch Report /// </summary> /// <param name="pp">KeyNamePair values</param> private void LaunchReport(KeyNamePair pp) { MPrintFormat pf = MPrintFormat.Get(Env.GetContext(), pp.GetKey(), true); LaunchReport(pf); } // launchReport