StiReportRegData Method (XElement, StiRelationDirection) |
Registers the DataCollection in the DataStore of the report.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void RegData(
XElement element,
StiRelationDirection relationDirection = StiRelationDirection.ParentToChild
)
Public Sub RegData (
element As XElement,
Optional relationDirection As StiRelationDirection = StiRelationDirection.ParentToChild
)
Parameters
- element
- Type: System.Xml.LinqXElement
XElement for registration. - relationDirection (Optional)
- Type: Stimulsoft.BaseStiRelationDirection
Specifies direction of the relation processing.
See Also