Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderField Class / SubReport Property

In This Topic
    SubReport Property (RenderField)
    In This Topic
    Gets or sets a reference to a RenderReport object to be rendered as a sub-report within the current field.
    Syntax
    'Declaration
     
    Public Property SubReport As RenderReport
    public RenderReport SubReport {get; set;}
    See Also