Click or drag to resize
AbstractReportControlSetDefaultDynamicMacros Method (String)
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: 9.0.0
Syntax
C#
public void SetDefaultDynamicMacros(
	string interval
)

Parameters

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