i have change my field like that format
= format(Fields!TimeStart.Value, "dd -MMM- yyyy")
Its working perfectly.Once i deployed my report this format is not working
once deploy my report its showing that field fill dd -MMM- yyyy why?there is no date in that field?
i dont understand can anybody know this one.
From the description it sounds like the TimeStart field is of type DateTime when running in preview (running based on the cached data from the .rdl.data file), but of type string when running on the report server when running against live data.
Are you running against the same data source in your design environment and the server?
Did you click the little green refresh icon in the preview toolbar (this will update the cached .rdl.data file kept by report designer)?
-- Robert
|||thanx for your reply
its giving same problem.Its actually live data.Its giving once deploy my report only.
No comments:
Post a Comment