Viewing 9 posts - 1 through 9 (of 9 total)
Yes i think so too. I have tried it by using reporting services and seems quite easy to work with.
/Nave
November 2, 2008 at 10:31 am
Hi Niraj!
I use the following code and it is false already. This is some thing regarding user credentials. Hopefully you will see the problem more clear by having a look...
October 17, 2008 at 5:48 am
I found the solution for this problem.
Its not possible to loop throught the integer array object in expression window. I added one extra function in custom code and call...
August 22, 2008 at 6:42 am
Hi
Here come an example which can solve your problem, hopefully. Peace 🙂
SELECT * FROM (
CASE WHEN ResursID IS NULL THEN 'EjPlan' ELSE 'Plan' END
...
August 19, 2008 at 3:42 am
Yes, i was expecting such a problem. You wanna try the same result which you can only perform on web application. It would be convenient if you try to create...
August 16, 2008 at 4:46 am
Hi
If i understood your question right, so you can follow the following way to solve your problem.
Create two Report Variables, First and Second.
Add few numbers in Value and Label Field...
August 15, 2008 at 6:15 am
I changed the code as following: But still have System.int32
public int[] GenerateAccounts(int ToatlAccounts, int HighestAccount)
{
...
August 11, 2008 at 7:01 am
Hi.
Dat was just typing mistake:(
I have to be careful next time...
thnx
August 11, 2008 at 6:49 am
Viewing 9 posts - 1 through 9 (of 9 total)