B2020-101: Add format flag for table pagination
B2020-101: Add format flag around code that was crashing during pagination around a large table
This commit is contained in:
@@ -3808,6 +3808,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _PaginateOnFirstSubstep2X, "@PaginateOnFirstSubstep2X");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _PageBreakParentWithTable; // B2020-101: Add format flag for table pagination
|
||||
public bool PageBreakParentWithTable
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _PageBreakParentWithTable, "@PageBreakParentWithTable");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _UseHalfLines;
|
||||
public bool UseHalfLines
|
||||
{
|
||||
|
Reference in New Issue
Block a user