DataPA Enterprise Dashboard Controls API Reference
Gets name of the column in the source dataset used to calculate this column

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string SourceName { get; set; }
Visual Basic
Public Property SourceName As String
	Get
	Set
Visual C++
public:
virtual property String^ SourceName {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String
The column in the source dataset used to calculate this column

Return Value

Type: String
The column in the source dataset used to calculate this column

Remarks