ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / DataSource Property

In This Topic
    DataSource Property (C1OlapGrid)
    In This Topic
    Gets or sets the C1OlapPanel that provides data for this grid.
    Syntax
    'Declaration
     
    Public Shadows Property DataSource As C1OlapPanel
    public new C1OlapPanel DataSource {get; set;}
    See Also