Click or drag to resize

StiDataBandV1BuilderRenderFootersSecond Method

Print footers with the specified option [PrintOnAllPages](second pass) for to take them their own place.

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public bool RenderFootersSecond(
	StiDataBand masterDataBand,
	out ArrayList renderedFooters,
	StiContainer outContainer,
	ref bool newPageStarted,
	ref bool isBreaked
)

Parameters

masterDataBand
Type: Stimulsoft.Report.ComponentsStiDataBand

[Missing <param name="masterDataBand"/> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV1Builder.RenderFootersSecond(Stimulsoft.Report.Components.StiDataBand,System.Collections.ArrayList@,Stimulsoft.Report.Components.StiContainer,System.Boolean@,System.Boolean@)"]

renderedFooters
Type: System.CollectionsArrayList

[Missing <param name="renderedFooters"/> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV1Builder.RenderFootersSecond(Stimulsoft.Report.Components.StiDataBand,System.Collections.ArrayList@,Stimulsoft.Report.Components.StiContainer,System.Boolean@,System.Boolean@)"]

outContainer
Type: Stimulsoft.Report.ComponentsStiContainer

[Missing <param name="outContainer"/> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV1Builder.RenderFootersSecond(Stimulsoft.Report.Components.StiDataBand,System.Collections.ArrayList@,Stimulsoft.Report.Components.StiContainer,System.Boolean@,System.Boolean@)"]

newPageStarted
Type: SystemBoolean

[Missing <param name="newPageStarted"/> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV1Builder.RenderFootersSecond(Stimulsoft.Report.Components.StiDataBand,System.Collections.ArrayList@,Stimulsoft.Report.Components.StiContainer,System.Boolean@,System.Boolean@)"]

isBreaked
Type: SystemBoolean

[Missing <param name="isBreaked"/> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV1Builder.RenderFootersSecond(Stimulsoft.Report.Components.StiDataBand,System.Collections.ArrayList@,Stimulsoft.Report.Components.StiContainer,System.Boolean@,System.Boolean@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV1Builder.RenderFootersSecond(Stimulsoft.Report.Components.StiDataBand,System.Collections.ArrayList@,Stimulsoft.Report.Components.StiContainer,System.Boolean@,System.Boolean@)"]

See Also