FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / SubreportField Class / SubreportFilter Property

In This Topic
    SubreportFilter Property
    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