DataTemplateReports Property |
A list of the
Reports that have been configured for this data source.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public IEnumerable<Report> Reports { get; }
Public ReadOnly Property Reports As IEnumerable(Of Report)
Get
public:
property IEnumerable<Report^>^ Reports {
IEnumerable<Report^>^ get ();
}
member Reports : IEnumerable<Report> with get
Property Value
Type:
IEnumerableReportSee Also