Version

DateFilter Property (RevealSettings)

The initial date filter to use when rendering the dashboard for the first time. Please note the dashboard needs to be defined with a date filter, if not this attribute will be ignored. After the RevealView object is created the date filter might be updated using RevealView.SetDateFilter.
Syntax
'Declaration
 
Public Property DateFilter As RVDateDashboardFilter
public RVDateDashboardFilter DateFilter {get; set;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also