| VisitorReportBaseWhereCountry Property |
Namespace:
Dynamicweb.Tracking.Web.Reporting
Assembly:
Dynamicweb.Tracking.Web (in Dynamicweb.Tracking.Web.dll) Version: 1.4.2
Syntax [AddInLabelAttribute("Countries")]
[AddInParameterAttribute("WhereCountrySelection")]
[AddInParameterOrderAttribute(500)]
[AddInParameterGroupAttribute("General Filters")]
[AddInParameterEditorAttribute(typeof(SelectionBoxParameterEditor), "translateheaders=true;showsearchbox=true;translatenodatatext=true;rightheader=Selected countries;leftheader=All countries;nodatatextright=All countries selected")]
public string WhereCountry { get; set; }
<AddInLabelAttribute("Countries")>
<AddInParameterAttribute("WhereCountrySelection")>
<AddInParameterOrderAttribute(500)>
<AddInParameterGroupAttribute("General Filters")>
<AddInParameterEditorAttribute(GetType(SelectionBoxParameterEditor), "translateheaders=true;showsearchbox=true;translatenodatatext=true;rightheader=Selected countries;leftheader=All countries;nodatatextright=All countries selected")>
Public Property WhereCountry As String
Get
Set
Property Value
Type:
StringSee Also