Class ReportFilter
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the details of a filter in a report.
public class ReportFilter : XMLobject<ReportEngine>
- Inheritance
-
ReportFilter
- Inherited Members
- Extension Methods
Properties
Caption
Gets/sets the caption.
public string Caption { get; set; }
Property Value
Filter
Gets/sets the filter SQL where condition.
public string Filter { get; set; }