c# - Crystal reports does not identify System.DateTime -


i coding in c# , use crystal reports in application.
have use custom query (handwritten) report use dataset.xsd. in dataset have datetime field, made type of datetime field system.datetime.

in report m using parameter check date, crystal reports not identify datetime field in dataset datetime.

i have set parameter value type datetime too.

is there solution this?


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -