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; }
Visual Basic
Public ReadOnly Property SourceName As String
	Get
Visual C++
public:
virtual property String^ SourceName {
	String^ get () 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