Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the current DrillThroughAction as the default action when multiple drillthrough actions are defined.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Default As Boolean
Get
Set
'Usage
Dim instance As DrillThroughAction
Dim value As Boolean
value = instance.Default
instance.Default = value
public bool Default { get; set; }
public:
property bool Default {
bool get ();
void set (bool value);
}
member Default : bool with get, set
function get Default () : boolean
function set Default (value : boolean)
Property Value
Type: System.Boolean
A Boolean value stating if current DrillThroughAction is the default action.