| DateReportBaseGroupByDate Property |
Namespace:
Dynamicweb.Tracking.Web.Reporting
Assembly:
Dynamicweb.Tracking.Web (in Dynamicweb.Tracking.Web.dll) Version: 1.4.2
Syntax [AddInLabelAttribute("Time grouping")]
[AddInParameterAttribute("GroupByDate")]
[AddInParameterOrderAttribute(200)]
[AddInParameterGroupAttribute("Data configuration")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "container=body")]
public string GroupByDate { get; set; }
<AddInLabelAttribute("Time grouping")>
<AddInParameterAttribute("GroupByDate")>
<AddInParameterOrderAttribute(200)>
<AddInParameterGroupAttribute("Data configuration")>
<AddInParameterEditorAttribute(GetType(DropDownParameterEditor), "container=body")>
Public Property GroupByDate As String
Get
Set
Property Value
Type:
StringSee Also