ActiveReports 13
ForeignKeys Property

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace > DataSchema Class : ForeignKeys Property
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

Reference

DataSchema Class
DataSchema Members