Add DatePicker (Calendar) object to report

Hi all,

I'm working on a report that requires the DatePicker (Calendar) object in the parameters of a report.

This is what is desired:

4a3a617aaaa4d9e3ea83d91e8474aec4-huge-im

This is what I currently have:

83c4f2e2fdfccca3e6f0e29a841e6ea2-huge-im

Currently do not have any leads on how this can be implemented. The calendar object does not show in either Microsoft Edge or Chrome, and have not tested any other browsers to see if it would show up.

Any information is greatly appreciated.

Thanks!

Harjas

Comments

  • @Harjas Virk You need to add the form fields section to the report spec to get the calendar object. Once added you'll want to make sure to hide the rdl parameters otherwise the parameters will show twice.

    <common:FormMetaData>
    <common:FormFields>
    <common:FormField FieldID="STARTDATE" Caption="Start Date" DataType="Date" Required="true" />
    ……
    </common:FormFields>
    </common:FormMetaData>

Categories