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

In This Topic
    ButtonSave Property
    In This Topic
    Gets the System.Windows.Forms.ToolStripButton used to save Olap view files.
    Syntax
    'Declaration
     
    Public ReadOnly Property ButtonSave As System.Windows.Forms.ToolStripButton
    public System.Windows.Forms.ToolStripButton ButtonSave {get;}
    See Also