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

In This Topic
    DataMember Property (C1OlapGrid)
    In This Topic
    Gets or sets the specific list in a DataSource object that should be analyzed.
    Syntax
    'Declaration
     
    Public Shadows Property DataMember As System.String
    public new System.string DataMember {get; set;}
    See Also