ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace / DataSchema Class / ForeignKeys Property

In This Topic
    ForeignKeys Property
    In This Topic
    The foreight keys collection which has this table as source.
    Syntax
    'Declaration
     
    Public ReadOnly Property ForeignKeys As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection(Of ForeignKey)
    public GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<ForeignKey> ForeignKeys {get;}
    See Also