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

In This Topic
    ParentReport Property (DataSource)
    In This Topic
    Gets the report that contains this DataSource.
    Syntax
    'Declaration
     
    Public Overrides Property ParentReport As FlexReport
    public override FlexReport ParentReport {get; set;}
    See Also