FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / FieldBase Class / ParentReport Property

In This Topic
    ParentReport Property (FieldBase)
    In This Topic
    Gets the C1FlexReport containing this field.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property ParentReport As C1FlexReport
    public override C1FlexReport ParentReport {get;}
    See Also