DrillDownNoPopup Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if the drill down will be opened in a popup window.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool NoPopup { get; set; }
Public Property NoPopup As Boolean
Get
Set
public:
virtual property bool NoPopup {
bool get () sealed;
void set (bool value) sealed;
}
function get_NoPopup();
function set_NoPopup(value);
Property Value
Type:
BooleanFalse if the drill down will be opened in a popup window.
Return Value
Type:
BooleanFalse if the drill down will be opened in a popup window.
Remarks See Also