IHostConfigurationGetEnvironmentDataSchemaToReporting Method

Get the data schema of the environment for generating reports.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
DataTable GetEnvironmentDataSchemaToReporting(
	ReportType reportType
)

Parameters

reportType  ReportType
ReportType with the type of report.

Return Value

DataTable
DataTable with the environment data schema to reporting.

See Also