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

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