| BiPackageReports Property |
Gets or set sthe list of report definitions
Namespace:
SanteDB.BI.Model
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax public 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
Type:
ListBiReportDefinitionSee Also