FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / SubreportField Class / SubreportFilter Property

In This Topic
    SubreportFilter Property (SubreportField)
    In This Topic
    Gets or sets the ScriptStringValue yielding the filter that will be applied to the main data source of the subreport.
    Syntax
    'Declaration
     
    Public Property SubreportFilter As ScriptStringValue
    public ScriptStringValue SubreportFilter {get; set;}
    See Also