Hello Support Team,
I'm having 2 problems with Telerik Report version 2.0:
1/ I'm building a report libary, I just create a report using a Stored Procedure with 2 parameters.
The problem is after a while or when I close the project and re-open it, when try to Preview the report, i got the error:
"Login failed for user 'myuser'"
But if I right click at SqlDataAdapter object, select Preview Data option, enter parameters i got return correct data.
Please tell me why the connect failed while I tried to Preview report?
2/ Let say 2 have 2 parameters: StartDate and EndDate.
I want to dynamic create a sub header for my report, like:
Period: StartDate - EndDate.
I would think using a Textbox with:
="Period " + Parameters.StartDate + " - " + Parameters.EndDate
But it doesnt recognize the Parameters.
How to achieve this goal?
thanks
Neil
I'm having 2 problems with Telerik Report version 2.0:
1/ I'm building a report libary, I just create a report using a Stored Procedure with 2 parameters.
The problem is after a while or when I close the project and re-open it, when try to Preview the report, i got the error:
"Login failed for user 'myuser'"
But if I right click at SqlDataAdapter object, select Preview Data option, enter parameters i got return correct data.
Please tell me why the connect failed while I tried to Preview report?
2/ Let say 2 have 2 parameters: StartDate and EndDate.
I want to dynamic create a sub header for my report, like:
Period: StartDate - EndDate.
I would think using a Textbox with:
="Period " + Parameters.StartDate + " - " + Parameters.EndDate
But it doesnt recognize the Parameters.
How to achieve this goal?
thanks
Neil