Class ReportParameter
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the details of a report parameter.
public class ReportParameter : XMLobject<ReportEngine>
- Inheritance
-
ReportParameter
- Inherited Members
- Extension Methods
Properties
Caption
Gets/sets the caption.
public string Caption { get; set; }
Property Value
DefaultValue
Gets/sets the default value for the parameter.
public string DefaultValue { get; set; }
Property Value
Filter
Gets/sets the filter (additional where) of a lookup.
public string Filter { get; set; }
Property Value
ParameterType
Gets/sets the type of parameter. Use one of: 'TEXT', 'NUMBER', 'DATE', 'BOOLEAN', 'LOOKUP', 'MULTILOOKUP'
public string ParameterType { get; set; }
Property Value
Repost
Gets/sets if the report is to be automatically re-created when the value changes.
public bool Repost { get; set; }
Property Value
Required
Gets/sets if the parameter is required for the report. If it is required and no value is set, the report is not shown.
public bool Required { get; set; }
Property Value
Style
Gets/sets the css style expression.
public string Style { get; set; }
Property Value
TableName
Gets/sets the table name of a lookup.
public string TableName { get; set; }