Interface IRVDashboardFilter

Defines a dashboard filter.

Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public interface IRVDashboardFilter

Properties

Id

Returns the filter ID.

Declaration
string Id { get; }
Property Value
Type Description
System.String

Title

Returns the filter title.

Declaration
string Title { get; }
Property Value
Type Description
System.String