Viewing 11 posts - 46 through 56 (of 56 total)
our servers are hosted in denver.CO and we are in NC.. but our reporting service box and the sql box are on one system and the webservers are running on...
May 21, 2008 at 6:59 am
Thats the right way of using it.. and this is what i have done in my aspx page
rsweb:ReportViewer ID="ReportViewer1" runat="server" BackColor="Transparent" Height="410px" ProcessingMode="Remote" SizeToReportContent="True" Width ="800px" AsyncRendering="False"
...
May 20, 2008 at 10:05 am
I have placed them in between rsweb:reportviewer and have not used asp:reportviewer..
Are your reports stored on the report server? or are they local reports...all my reports are run using...
May 20, 2008 at 9:17 am
I havent used Iframes for my report viewer... i am just showing them on a table.. using the tr and td tags.. those reports were written using VS2005 and i...
May 20, 2008 at 8:38 am
i tried doing that and it didnt help too.. but since i was getting a field that has a path to some pics... and since we changed domains and servers...
May 20, 2008 at 7:22 am
Meghana,
Thanks for your answer.. I got it work.. There was Column that was pointing to a different domains IP address and before loading the reports SSRS searched and...
March 31, 2008 at 7:37 am
Do u get that error if u go to the report server.. If yes..I got the same error too. and i went to the Reporting services configuration manager and then...
March 26, 2008 at 3:29 pm
Peter,
Thanks for the suggestion. I downloaded the driver for visual fox pro and it now it works fine. Thanks a lot.
Regards
Karen
October 26, 2007 at 8:30 am
Peter,
Thanks for your answer. I will download the Driver for fox pro and then try it. I have structure...
October 26, 2007 at 6:43 am
how would i know if they are dbase file... or foxpro file.... and i also wanted to clarify if i can use bulkcopy to insert data in to sql server..
Regards
KAren
October 25, 2007 at 3:09 pm
Hi Peter,
Is this code right to transfer the data from a dbf file to sql server 2005
If (FlAS.PostedFile.FileName.ToLower.EndsWith(".dbf")) Then
...
October 25, 2007 at 2:55 pm
Viewing 11 posts - 46 through 56 (of 56 total)