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.Web.UI
Assembly: CMS.Reporting.Web.UI (in CMS.Reporting.Web.UI.dll) Version: 11.0.0
Syntax
C#
public void SetDefaultDynamicMacros(
	int interval
)

Parameters

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