Viewing 4 posts - 1 through 4 (of 4 total)
The 'testibility' of this quiz question is not very good ;-)– even I know nothing about database whatsoever I’ll still be able to get the correct answer – because the...
December 7, 2012 at 12:21 pm
THANK YOU SO Much Ravi -- it totally worked! :-)I was able to assign value to the first parameter of a (freshly created) Linked Report and then 'hide' this parameter...
September 20, 2012 at 10:00 pm
Further -- when I I put in code:
rs.SetItemParameters(report, parameters[0].DefaultValues.SetValue("My_DB_Name", 0));The compiler compalins:
Argument '2': cannot convert from 'void' to 'ST_a6ff246c0xxxc.csproj.ReportService2010.ItemParameter[]'
The long sting is the namespace
Any iders/hints/tips anything will be greatly...
September 7, 2012 at 9:13 am
I'm going to reply to myself 😛
I got this far -- but the last piece having problems:
Code:
parameters = rs.GetItemParameters(report, historyID, forRendering, values, credentials);
Console.WriteLine("parameters[0].Name = " + parameters[0].Name);
Console.WriteLine("parameters[0].DefaultValues = "...
September 7, 2012 at 8:12 am
Viewing 4 posts - 1 through 4 (of 4 total)