DataSourceQueryUniqueName Property |
The name of the data table in the printout datasource. If null the Reference_Path is used.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Reporting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string UniqueName { get; set; }
Public Property UniqueName As String
Get
Set
public:
property String^ UniqueName {
String^ get ();
void set (String^ value);
}
member UniqueName : string with get, set
Property Value
Type:
String
See Also