Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Divide by Zero frustration

    I tried this approach. it ddn't work for me. please help me..

    Public Function Divider (ByVal Dividend As Double, ByVal Divisor As Double)

    If IsNothing(Divisor) Or Divisor = 0

    Return 0

    ...

  • RE: SSRS 2008 Export Excel Runtime Error

    Hi,

    In my report am having only 20 columns and data morethan 1 lakh rows.

  • RE: SSRS 2008 Export Excel Runtime Error

    Hi All,

    Am also got the same error while exporting the data into excel2010.am having the data of 9000 pages.

    Server Error in '/Reports' Application.

    --------------------------------------------------------------------------------

    Runtime Error

    Description: An application error occurred...

Viewing 3 posts - 1 through 3 (of 3 total)