 | BiPackageReports Property |
Gets or set sthe list of report definitions
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic List<BiReportDefinition> Reports { get; set; }Public Property Reports As List(Of BiReportDefinition)
Get
Set
public:
property List<BiReportDefinition^>^ Reports {
List<BiReportDefinition^>^ get ();
void set (List<BiReportDefinition^>^ value);
}member Reports : List<BiReportDefinition> with get, set
Property Value
ListBiReportDefinition
See Also