FlexReport for WPF | ComponentOne
C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.FlexReport Namespace / SubreportField Class / Subreport Property

In This Topic
    Subreport Property (SubreportField)
    In This Topic
    Gets or sets a reference to another C1FlexReport object to be rendered within this SubreportField.
    Syntax
    'Declaration
     
    Public Property Subreport As C1FlexReport
    public C1FlexReport Subreport {get; set;}
    See Also