Problems showing date parameters on ReportTitleBand
-
- Posts: 10
- Joined: Thu Feb 14, 2013 12:19 pm
Re: Problems showing date parameters on ReportTitleBand
Hello,
I use Google Chrome, I've already cleaned up its cash but it didn't work,
and I tried to use Internet Explorer too, but it also didn't work.
I don't know what could possible be happening. Was the download suposed to start automatically?
Thank you.
I use Google Chrome, I've already cleaned up its cash but it didn't work,
and I tried to use Internet Explorer too, but it also didn't work.
I don't know what could possible be happening. Was the download suposed to start automatically?
Thank you.
Re: Problems showing date parameters on ReportTitleBand
Hello.
Here is a link to the latest prerelease build http://admin.stimulsoft.com/GetFile.asp ... _Trial.zip
Thank you.
Here is a link to the latest prerelease build http://admin.stimulsoft.com/GetFile.asp ... _Trial.zip
Thank you.
-
- Posts: 10
- Joined: Thu Feb 14, 2013 12:19 pm
Re: Problems showing date parameters on ReportTitleBand
Hello,
I figured the problem out,
it was our firewall that was blocking the download, so I downloaded it at home.
I did all the procedure but it didn't work, the parameters problems continues.
Thank you.
I figured the problem out,
it was our firewall that was blocking the download, so I downloaded it at home.
I did all the procedure but it didn't work, the parameters problems continues.
Thank you.
Re: Problems showing date parameters on ReportTitleBand
Hello.
Please, read the How the Runtime Locates Assemblies article http://msdn.microsoft.com/en-us/library/yx7xezcf
As you could read there the common language runtime check for Previously Referenced Assemblies and the Global Assembly Cache.
So you should remove ALL old assembles from your system.
Please, replace assemblies from GAC with latest ones and search all over your system for any other our assemblies.
Thank you.
Please, read the How the Runtime Locates Assemblies article http://msdn.microsoft.com/en-us/library/yx7xezcf
As you could read there the common language runtime check for Previously Referenced Assemblies and the Global Assembly Cache.
So you should remove ALL old assembles from your system.
Please, replace assemblies from GAC with latest ones and search all over your system for any other our assemblies.
Thank you.
-
- Posts: 10
- Joined: Thu Feb 14, 2013 12:19 pm
Re: Problems showing date parameters on ReportTitleBand
Hello,
Sorry about the late,
I did everything you sad, and a tag "Demo Version" appeared on the top of my report,
so I understood that the system were using the new DLLs. Definetly, the procedure was right, but the bug continues.
I wait for your position, thank you.
Sorry about the late,
I did everything you sad, and a tag "Demo Version" appeared on the top of my report,
so I understood that the system were using the new DLLs. Definetly, the procedure was right, but the bug continues.
I wait for your position, thank you.
Re: Problems showing date parameters on ReportTitleBand
Hello.
Please, try to use next expression in the Text9 component.
Thank you.
Please, try to use next expression in the Text9 component.
Code: Select all
Data De: {NotasEmitidas.Parameters["@dataDe"].Value.ToString("dd/MM/yyyy")} - Ate: {NotasEmitidas.Parameters["@dataAte"].Value.ToString("dd/MM/yyyy")}
-
- Posts: 10
- Joined: Thu Feb 14, 2013 12:19 pm
Re: Problems showing date parameters on ReportTitleBand
Hello,
I tried to use de mask on the ToString method, but it doesn't have overloads that takes one argument.
But I think even if I could use it like that, it wouldn't work, because de mask only formats how it is shown, and not the content itself.
Thank you.
I tried to use de mask on the ToString method, but it doesn't have overloads that takes one argument.
But I think even if I could use it like that, it wouldn't work, because de mask only formats how it is shown, and not the content itself.
Thank you.
Re: Problems showing date parameters on ReportTitleBand
Hello.
Which version do you use?
Then please, try to use next expression:
Thank you.
Which version do you use?
Then please, try to use next expression:
Code: Select all
{String.Format("{0:dd/MM/yyyy}", NotasEmitidas.Parameters["@dataDe"].Value)}
-
- Posts: 10
- Joined: Thu Feb 14, 2013 12:19 pm
Re: Problems showing date parameters on ReportTitleBand
Hello,
sorry about the late,
I'm using the version you told me to download.
I tried the expression above, but with no success. Any other guesses?
Thank you.
sorry about the late,
I'm using the version you told me to download.
I tried the expression above, but with no success. Any other guesses?
Thank you.
Re: Problems showing date parameters on ReportTitleBand
Hello.
Could you send us a working sample project which reproduces the issue.
Thank you.
Could you send us a working sample project which reproduces the issue.
Thank you.