Click or drag to resize

StiDataBandV2BuilderAddFooterMarker Method

Adds the Footer Marker to the end of a list, if before the list FooterBands were output on all pages.

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void AddFooterMarker(
	StiDataBand masterDataBand,
	StiFooterBand footerMaster
)

Parameters

masterDataBand
Type: Stimulsoft.Report.ComponentsStiDataBand

[Missing <param name="masterDataBand"/> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV2Builder.AddFooterMarker(Stimulsoft.Report.Components.StiDataBand,Stimulsoft.Report.Components.StiFooterBand)"]

footerMaster
Type: Stimulsoft.Report.ComponentsStiFooterBand

[Missing <param name="footerMaster"/> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV2Builder.AddFooterMarker(Stimulsoft.Report.Components.StiDataBand,Stimulsoft.Report.Components.StiFooterBand)"]

See Also