error while executing report

  • hi

    my error is the property 'DefaultValue' of report pasrameter 'ConfigurationAnnuliuzeReturns' doesnt have the expected type'

    i removed it from my dataset as it was optional parameter.still getting error.

  • Hi

    Have you removed the parameter from the dataset and the parameter list?

    If you have only removed it from your dataset the parameter is still held and it is possible this could be causing the problem.

    If you have then what is / was the data type of your parameter?

    Andy

    ==========================================================================================================================
    A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila. Mitch Ratcliffe

  • i dotn have that parameter in data set, Parameters internal to this proc that are derived from other parameters.

  • hbtkp (3/22/2012)


    i dotn have that parameter in data set, Parameters internal to this proc that are derived from other parameters.

    OK its difficult to understand whats happening without seeing the SP or the rdl file - due to the error description it is obviously a problem with a parameter.

    Is this report fully dynamic or can users run the report based on parameters they specify somewhere?

    ==========================================================================================================================
    A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila. Mitch Ratcliffe

  • hbtkp (3/22/2012)


    i dotn have that parameter in data set, Parameters internal to this proc that are derived from other parameters.

    Just because you don't have it in the dataset, doesn't mean that your stored procedure doesn't require it as an input.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply