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

In This Topic
    ViewDefinition Property (C1OlapPage)
    In This Topic
    Gets or sets the Olap view definition as an Xml string.
    Syntax
    'Declaration
     
    Public Property ViewDefinition As System.String
    public System.string ViewDefinition {get; set;}
    See Also