  | DateReportBaseMaxLabels Property  | 
  
    Namespace: 
   Dynamicweb.Tracking.Web.Reporting
    Assembly:
   Dynamicweb.Tracking.Web (in Dynamicweb.Tracking.Web.dll) Version: 1.4.2
Syntax[AddInLabelAttribute("Max labels")]
[AddInParameterAttribute("MaxLabels")]
[AddInParameterOrderAttribute(300)]
[AddInParameterGroupAttribute("Time configuration")]
[AddInParameterEditorAttribute(typeof(IntegerNumberParameterEditor), "")]
public int MaxLabels { get; set; }<AddInLabelAttribute("Max labels")>
<AddInParameterAttribute("MaxLabels")>
<AddInParameterOrderAttribute(300)>
<AddInParameterGroupAttribute("Time configuration")>
<AddInParameterEditorAttribute(GetType(IntegerNumberParameterEditor), "")>
Public Property MaxLabels As Integer
	Get
	SetProperty Value
Type: 
Int32
See Also