Table of Contents

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

string

Filter

Gets/sets the filter SQL where condition.

public string Filter { get; set; }

Property Value

string