IHostConfigurationGetEnvironmentDataTableToReporting Method

Gets the schema and data from the environment to generate reports.

Definition

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

Parameters

reportType  ReportType
ReportType with the type of report.

Return Value

DataTable
DataTable with the environment data to reporting.

See Also