QUOTED_IDENTIFIER ON
Show how long it takes to print all procedures For Null values use Arial as a default font. Added Try/Catch to PDFDocument.Close (In case page is empty) Only output End Message if it exists Pagination Fixes
This commit is contained in:
@@ -97,7 +97,10 @@ namespace VEPROMS.CSLA.Library
|
||||
style |= FontStyle.Underline;
|
||||
}
|
||||
// for now - check size to be 0 and set to 10 if so, error in fmtxml?
|
||||
_WindowsFont = new Font(Family, Size==0?10:(float)Size, style);
|
||||
if (Family == null) // Need to get inherited font
|
||||
_WindowsFont = new Font("Arial", 10, FontStyle.Regular);
|
||||
else
|
||||
_WindowsFont = new Font(Family, Size == 0 ? 10 : (float)Size, style);
|
||||
}
|
||||
return _WindowsFont;
|
||||
}
|
||||
|
Reference in New Issue
Block a user