ILaner.StartDateParamId

Syntax

StartDateParamId: String;

Description

The StartDateParamId property determines identifier of the parameter that sets the start date of displaying data in the workbook.

Comments

The parameter defined in the StartDateParamId property must be of the Date And Time type to work correctly (DbDataType.DateTime) or Date (DbDataType.Date). To determine parameter type, use the IMetabaseObjectParam.DataType property.

If the StartDateParamId value is not set, the date of workbook data display start is determined with the ILaner.StartDate property.

If the StartDateParamId and ILaner.StartDate properties are set, the date of workbook data display start is determined with the last set property.

The date of data display start must be less than that of data display end. To set the parameter determining the date of workbook data display start, use the ILaner.EndDateParamId property.

The StartDateParamId property affects only the data display in the workbook. To determine the calculation options of a specific series, use the ILanerTransformPeriod interface.

Example

The property use is given in the example for ILaner.EndDateParamId.

See also:

ILaner