Click here to Skip to main content
16,020,701 members

Comments by Natongm (Top 3 by date)

Natongm 16-Nov-10 15:13pm View    
I am using the above code, and getting compilation error:
Compiler Error Message: BC30002: Type 'ReportingService.ParameterValue' is not defined.

Source Error:



Line 9999: 'Private Function LoadParams() As ReportingService.ParameterValue()
Line 10000:
Line 10001: Dim LoadParams() As ReportingService.ParameterValue()
Line 10002: Dim array(Params.Count - 1) As ReportingService.ParameterValue
Line 10003:

Any suggestions as to what I am doing wrong?
Natongm 12-Nov-10 14:10pm View    
I have another challenge: Process in place at the moment uses Websupergoo to convert the report templates which are stored in html into pdf. Any ideas on how to stick the above vb.net rdl to pdf in the mix?
Natongm 5-Nov-10 9:39am View    
Is there any in VB?