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

In This Topic
    DataSource Property (C1OlapPage)
    In This Topic
    Gets or sets the object that contains the data to be analyzed.
    Syntax
    'Declaration
     
    Public Property DataSource As System.Object
    public System.object DataSource {get; set;}
    See Also