ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace / ForeignKey Class / SourceColumns Property

In This Topic
    SourceColumns Property
    In This Topic
    The columns that defines a source.
    Syntax
    'Declaration
     
    Public ReadOnly Property SourceColumns As GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection(Of Column)
    public GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<Column> SourceColumns {get;}
    See Also