FlexReport for .NET | ComponentOne
C1.FlexReport Assembly / C1.Report Namespace / BarCodeField Class / ParentReport Property

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