StiGroupHeaderBandGetDataBand Method |
Returns the DataBand in which the component is located.
Returns null, if nothing is located.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public override StiDataBand GetDataBand()
Public Overrides Function GetDataBand As StiDataBand
Return Value
Type:
StiDataBandA DataBand in which the component is located.
See Also