Click or drag to resize
AbstractReportControlSetDefaultDynamicMacros Method (Int32)
Sets the default dynamic macros for general charts (used in reports collecting all intervals in one report (weeks,years,days,...))

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
public void SetDefaultDynamicMacros(
	int interval
)

Parameters

interval
Type: SystemInt32
Selected interval (days,weeks...)
See Also