DrillDownDrillDownType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the type of drill down.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DrillDownDrillDownTypeDef DrillDownType { get; set; }
Public Property DrillDownType As DrillDownDrillDownTypeDef
Get
Set
public:
virtual property DrillDownDrillDownTypeDef DrillDownType {
DrillDownDrillDownTypeDef get () sealed;
void set (DrillDownDrillDownTypeDef value) sealed;
}
function get_DrillDownType();
function set_DrillDownType(value);
Property Value
Type:
DrillDownDrillDownTypeDefThe type of drill down.
Return Value
Type:
DrillDownDrillDownTypeDefThe type of drill down.
Remarks See Also