Click or drag to resize

StiReportRegData Method (String, 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(
	string name,
	XElement element,
	StiRelationDirection relationDirection = StiRelationDirection.ParentToChild
)

Parameters

name
Type: SystemString
Prefix for object registration.
element
Type: System.Xml.LinqXElement
XElement for registration.
relationDirection (Optional)
Type: Stimulsoft.BaseStiRelationDirection
Specifies direction of the relation processing.
See Also