SystemMonitor.ReportValueType property

Retrieves or sets a value that determines if the Histogram and Report views graph the last value sampled during the sampling interval or a calculated value from the sampling, such as the average or minimum counter value.

This property is read-only.

Syntax

Property ReportValueType As ReportValueTypeConstants

Property value

Determines if the Histogram and Report views graph the last value sampled during the sampling interval or a calculated value from the sampling interval. For possible values, see ReportValueTypeConstants.

Remarks

SYSMON ignores this value and uses ReportValueTypeConstants.sysmonDefaultValue if SystemMonitor.DisplayType is not DisplayTypeConstants.sysmonHistogram or DisplayTypeConstants.sysmonReport.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
DLL
Sysmon.ocx

See also

SystemMonitor