Gets and sets whether the ExportToHtml toolbutton will be visible.

Namespace:  PerpetuumSoft.Olap.Windows.Forms
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public bool ShowExportToHtml { get; set; }
Visual Basic (Declaration)
Public Property ShowExportToHtml As Boolean
Visual C++
public:
property bool ShowExportToHtml {
	bool get ();
	void set (bool value);
}

See Also