Table of Contents

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

string

DefaultValue

Gets/sets the default value for the parameter.

public string DefaultValue { get; set; }

Property Value

string

Filter

Gets/sets the filter (additional where) of a lookup.

public string Filter { get; set; }

Property Value

string

ParameterType

Gets/sets the type of parameter. Use one of: 'TEXT', 'NUMBER', 'DATE', 'BOOLEAN', 'LOOKUP', 'MULTILOOKUP'

public string ParameterType { get; set; }

Property Value

string

Repost

Gets/sets if the report is to be automatically re-created when the value changes.

public bool Repost { get; set; }

Property Value

bool

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

bool

Style

Gets/sets the css style expression.

public string Style { get; set; }

Property Value

string

TableName

Gets/sets the table name of a lookup.

public string TableName { get; set; }

Property Value

string