B2022-086: Barakah: Added flag, ‘AdjFirstSecDocStylesInPagination’, to NOT account for alarm box on 2nd page of alarms in pagination
B2022-086: Barakah: improve pagination, allow more on page & correctly account for top of page items when calculating y amount of text on a page; added debug output Added debug output
This commit is contained in:
@@ -1414,6 +1414,15 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _UseUnitWatermarkOnApproved, "@UseUnitWatermarkOnApproved");
|
||||
}
|
||||
}
|
||||
// B2022-086: Barakah - flag to adjust ypagesize for pagination when 1st and later pages have different printable box size
|
||||
private LazyLoad<bool> _AdjFirstSecDocStylesInPagination;
|
||||
public bool AdjFirstSecDocStylesInPagination
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _AdjFirstSecDocStylesInPagination, "@AdjFirstSecDocStylesInPagination");
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region VersionIdText
|
||||
|
Reference in New Issue
Block a user