Made CreatePlot public so I could access it in the generation of the Complete RO Report
Logic for Complete RO Report
This commit is contained in:
@@ -1234,7 +1234,7 @@ namespace VEPROMS.CSLA.Library
|
||||
string fileName = VlnSettings.TemporaryFolder + @"\Doc " + sect.MyContent.MyEntry.DocID.ToString(); // +" " + (sect.DisplayNumber == "" ? sect.DisplayText : sect.DisplayNumber);
|
||||
return fileName;
|
||||
}
|
||||
private static RectangleF CreatePlot(string pngFile, string xyPlot, float resolution, System.Windows.Forms.Form myForm)
|
||||
public static RectangleF CreatePlot(string pngFile, string xyPlot, float resolution, System.Windows.Forms.Form myForm)
|
||||
{
|
||||
RectangleF retval = new RectangleF(0, 0, 0, 0);
|
||||
//Form frm = Application.OpenForms[0];
|
||||
|
Reference in New Issue
Block a user