StiFooterBandV1BuilderGetMaster Method |
Returns the Master component of an object.
Namespace:
Stimulsoft.Report.Engine
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static StiComponent GetMaster(
StiFooterBand masterFooterBand
)
Public Shared Function GetMaster (
masterFooterBand As StiFooterBand
) As StiComponent
Parameters
- masterFooterBand
- Type: Stimulsoft.Report.ComponentsStiFooterBand
[Missing <param name="masterFooterBand"/> documentation for "M:Stimulsoft.Report.Engine.StiFooterBandV1Builder.GetMaster(Stimulsoft.Report.Components.StiFooterBand)"]
Return Value
Type:
StiComponentMaster component.
See Also