C0218-022: If tab is too long, move text xoffset over for SAMG Supplemental Info (default flag to false)
This commit is contained in:
@@ -854,6 +854,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _SupInfoIncludeParTab, "@SupInfoIncludeParTab");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _SupInfoAdjustXOffForLongTab;
|
||||
public bool SupInfoAdjustXOffForLongTab
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _SupInfoAdjustXOffForLongTab, "@SupInfoAdjustXOffForLongTab");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _TopOfPageThing;
|
||||
public string TopOfPageThing
|
||||
{
|
||||
|
Reference in New Issue
Block a user