DataPA Enterprise Dashboard Controls 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
C# |
---|
public DrillDown..::..DrillDownTypeDef DrillDownType { get; set; } |
Visual Basic |
---|
Public Property DrillDownType As DrillDown..::..DrillDownTypeDef
Get
Set |
Visual C++ |
---|
public:
virtual property DrillDown..::..DrillDownTypeDef DrillDownType {
DrillDown..::..DrillDownTypeDef get () sealed;
void set (DrillDown..::..DrillDownTypeDef value) sealed;
} |
Property Value
Type:
DrillDown..::..DrillDownTypeDefThe type of drill down.
Return Value
Type:
DrillDown..::..DrillDownTypeDefThe type of drill down.
Remarks
See Also