/// ------------------------------------------------------------------------------------
 /// <summary>
 /// Gets the section tag.
 /// </summary>
 /// <param name="configurer">The configurer.</param>
 /// <returns>The section tag</returns>
 /// ------------------------------------------------------------------------------------
 protected override int GetSectionTag(TePrintLayoutConfig configurer)
 {
     return((int)ScrBook.ScrBookTags.kflidSections);
 }
		/// ------------------------------------------------------------------------------------
		/// <summary>
		/// Gets the section tag.
		/// </summary>
		/// <param name="configurer">The configurer.</param>
		/// <returns>The section tag</returns>
		/// ------------------------------------------------------------------------------------
		protected override int GetSectionTag(TePrintLayoutConfig configurer)
		{
			return (int)ScrBook.ScrBookTags.kflidSections;
		}
Exemplo n.º 3
0
		/// ------------------------------------------------------------------------------------
		/// <summary>
		/// Gets the section tag.
		/// </summary>
		/// <param name="configurer">The configurer.</param>
		/// <returns>The section tag</returns>
		/// ------------------------------------------------------------------------------------
		protected virtual int GetSectionTag(TePrintLayoutConfig configurer)
		{
			return configurer.SectionFilter.Tag;
		}