This commit is contained in:
parent
3679bcbae2
commit
42c3ba8dd5
@ -332,6 +332,19 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region SectionMacro
|
||||
private LazyLoad<string> _SectionMacro;
|
||||
[Category("Extras")]
|
||||
[DisplayName("Section Macro")]
|
||||
[Description("Section Macro Prints With Title")]
|
||||
public string SectionMacro
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _SectionMacro, "@SectionMacro");
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
#endregion
|
||||
#region ContinueAll
|
||||
|
@ -3324,8 +3324,8 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _TofCPageNumPos, "@TofCPageNumPos");
|
||||
}
|
||||
}
|
||||
private LazyLoad<int?> _TofCSpaceChar;
|
||||
public int? TofCSpaceChar
|
||||
private LazyLoad<string> _TofCSpaceChar;
|
||||
public string TofCSpaceChar
|
||||
{
|
||||
get
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user