ReportTemplatePriority Property |
Specifies the priority of the current report, relative to other reports. Used only when choosing which report to show as a template subreport, null otherwise.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Reporting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> TemplatePriority { get; set; }
Public Property TemplatePriority As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ TemplatePriority {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member TemplatePriority : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also