DataSourceQueryTableName Property |
The name of the report query. A Reference_Path can participate more than one time in the report but with different Report_Query_Name. This can be used to specify different filter for the same query. Can be null.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Reporting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string TableName { get; set; }
Public Property TableName As String
Get
Set
public:
property String^ TableName {
String^ get ();
void set (String^ value);
}
member TableName : string with get, set
Property Value
Type:
String
See Also