FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / FieldCollection Class / Report Property

In This Topic
    Report Property (FieldCollection)
    In This Topic
    Gets the C1FlexReport object owning this collection.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Report As C1FlexReport
    public abstract C1FlexReport Report {get;}
    See Also