ReportDataSourceFilterFilterType Property |
Gets or sets the type of the filter.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public FilterType FilterType { get; set; }
Public Property FilterType As FilterType
Get
Set
public:
property FilterType FilterType {
FilterType get ();
void set (FilterType value);
}
member FilterType : FilterType with get, set
Property Value
Type:
FilterTypeThe type of the filter.
See Also