Hi,
Reports were Developed using CR-10 ,Im trying to incorporate these Reports into my web application using VS.NET 2003.these reports need parameters to pass.When im running the Reports its creating a Blank Report.I tried to debug and the reason i found out is strange, in my code paramField.CurrentValues.Add (discreteVal);
intellisense is showing paramField.get_CurrentValues which is vj# method, discreteVal.Value = "Aruba Sport"; is fine ,its like half C# and half J# code its not work either way ,i tried a sample using VB.net and it works fine am i missing something or is it a bug
Thank You
Reports were Developed using CR-10 ,Im trying to incorporate these Reports into my web application using VS.NET 2003.these reports need parameters to pass.When im running the Reports its creating a Blank Report.I tried to debug and the reason i found out is strange, in my code paramField.CurrentValues.Add (discreteVal);
intellisense is showing paramField.get_CurrentValues which is vj# method, discreteVal.Value = "Aruba Sport"; is fine ,its like half C# and half J# code its not work either way ,i tried a sample using VB.net and it works fine am i missing something or is it a bug
Thank You