DataProviderSumColumnSourceName Property |
|
DataPA OpenAnalytics API Reference
Gets name of the column in the source dataset used to calculate this column
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string SourceName { get; set; }
Public Property SourceName As String
Get
Set
public:
virtual property String^ SourceName {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_SourceName();
function set_SourceName(value);
Property Value
Type:
StringThe column in the source dataset used to calculate this column
Return Value
Type:
StringThe column in the source dataset used to calculate this column
Remarks See Also