Enum PopupOptions
Namespace: FastReport.Olap.Controls
Assembly: FastCube.WinForms.dll
Popup window options
public enum PopupOptions
Fields
AllowResize = 2
Allow to resize the window (only if footer is available).
HasContextMenu = 4
Allows context menu for the window
None = 0
No options are set
ShowFooter = 1
Has footer at the bottom of the window.