a question about Report Service
-
hi the Report Service that I use is Report Service2003. now,I want to make a report that the report's filds are choosed on the webpage,so the report's filds are activity. what can I do ? please help me a question about Report Service
-
hi the Report Service that I use is Report Service2003. now,I want to make a report that the report's filds are choosed on the webpage,so the report's filds are activity. what can I do ? please help me a question about Report Service
Your question is vague, but I still try to answer to what I understood from it. If you are using a report viewer cntrol for MS SQL Reporting and you do not want to use the filter fields (parameters) that the control displays for you on the screen rather you want to have your own input controls acting as filter fields on your page, then you would have to do it a little programatically by following 2 ways. If you are using Report server then you can append all the parameters at the end of the report path property seperating every parameter with "&" of the ReportViewer control. If you are using stand alone reports then you would have to add ReportParameters to your control by using its method LocalReport.SetParameters(parameterlist). Hope I have asnwered to what you asked for.
Regards Khalid
-
hi the Report Service that I use is Report Service2003. now,I want to make a report that the report's filds are choosed on the webpage,so the report's filds are activity. what can I do ? please help me a question about Report Service
I am myicewater I make a example, the web page's name WEBA,there are 20 filds on the page , the 20 filds corresponding a datebase table A's 20 filds. if I choose 5 filds on the page, the report will show the 5 filds infomation Because the filds I choose are random. so how can I control the reports. Now I let the report show 20 filds infomation,and pass 20 parameters to report to control which filds showing and which filds hidden. except this way,can you tell me another way.this is only a simple example, the realiy is more complexer than it.Now first,I settle the simple one.