StartDateParamId: String;
The StartDateParamId property determines identifier of the parameter that sets the start date of displaying data in the workbook.
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 start date of workbook data display is determined by 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 that determines the end date of workbook data display, use the ILaner.EndDateParamId property.
The StartDateParamId property affects only the data display in the workbook. To determine the calculation options of a certain series use the ILanerTransformPeriod interface.
The property use is given in the example for ILaner.EndDateParamId.
See also: