B2023-060: Beaver Valley SAMG/Supplemental Information Continuous Sections printing as Separate
This commit is contained in:
@@ -171,6 +171,18 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _SupplementalInformation, "@SupplementalInformation");
|
||||
}
|
||||
}
|
||||
// B2023-060: Pagination - if section uses supplemental information, use the Section's properties/pagination (continuous or
|
||||
// separate) rather than always setting to separate
|
||||
[Category("Miscellaneous")]
|
||||
[Description("Supports Supplemental Information Pagination")]
|
||||
private LazyLoad<bool> _SupInfoNoPaginOverride;
|
||||
public bool SupInfoNoPaginOverride
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _SupInfoNoPaginOverride, "@SupInfoNoPaginOverride");
|
||||
}
|
||||
}
|
||||
// F2023-035: WCN - allow for change in left margin for supplemental information pages by
|
||||
// setting a value in the DocStyle for the adjustment. This is used when importing the vlnParagraph page
|
||||
// page & when doing pagelist items
|
||||
|
Reference in New Issue
Block a user