StiDataBandV1BuilderFirstDetail Method |
Comes on the first detail component. If there are no such components then sets the current detail component to null.
Namespace:
Stimulsoft.Report.Engine
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void FirstDetail(
StiDataBand masterDataBand
)
Public Overridable Sub FirstDetail (
masterDataBand As StiDataBand
)
Parameters
- masterDataBand
- Type: Stimulsoft.Report.ComponentsStiDataBand
[Missing <param name="masterDataBand"/> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV1Builder.FirstDetail(Stimulsoft.Report.Components.StiDataBand)"]
See Also