StiOddEvenStylesHelperApplyOddEvenStyles Method |
Applies OddStyle and EvenStyle to the specified container that is formed on the base of a band that realizes the IStiOddEvenStyles interface.
Namespace:
Stimulsoft.Report.Engine
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static StiBaseStyle ApplyOddEvenStyles(
StiReport report,
IStiOddEvenStyles styles,
StiContainer cont
)
Public Shared Function ApplyOddEvenStyles (
report As StiReport,
styles As IStiOddEvenStyles,
cont As StiContainer
) As StiBaseStyle
Parameters
- report
- Type: Stimulsoft.ReportStiReport
The report. - styles
- Type: Stimulsoft.Report.ComponentsIStiOddEvenStyles
A band that realizes the IStiOddEvenStyles interface that formed the specified container. - cont
- Type: Stimulsoft.Report.ComponentsStiContainer
A container formed of the specified band.
Return Value
Type:
StiBaseStyle[Missing <returns> documentation for "M:Stimulsoft.Report.Engine.StiOddEvenStylesHelper.ApplyOddEvenStyles(Stimulsoft.Report.StiReport,Stimulsoft.Report.Components.IStiOddEvenStyles,Stimulsoft.Report.Components.StiContainer)"]
See Also