Version

DataSource Property (DrillElement)

DataSource bound to the child chart upon drilling of this DrillElement.
Syntax
'Declaration
 
Public Property DataSource As Object
public object DataSource {get; set;}
Remarks

During drill down processing, the chart control is re-bound to the DataSource of this DrillElement. It is the responsibility of the developer that the DataSource be compatible with the child ChartType.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also