下拉框自定义数据字典,或者从数据库中查年份字段,看需求
https://help.fanruan.com/finereport/doc-view-3085.html?source=1
年份选择控件
用下拉框,数据集为
select '2010'+a.number as [年份]
from master..spt_values a with(nolock)
where a.type='P'
and a.number<=24
------2010-2034年