Gets or sets a reference to a RenderReport object to be rendered as a sub-report within the current field.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RenderReport SubReport { get; set; }
Visual Basic
Public Property SubReport As RenderReport
	Get
	Set

See Also