Reporting

Gets or sets the parent container of the report item.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public ReportItemBase Parent { get; set; }
Visual Basic
Public Property Parent As ReportItemBase
	Get
	Set

Field Value

A ReportItemBase that represents the parent item of the report item.

Remarks

Setting the Parent property value to a null reference (Nothing in Visual Basic) removes the item from the ReportItemBase..::..ItemCollection of its current parent item.

Version Information

Supported in: 1.0.1

See Also