How To Extend Url Length In Reporting Services Of Sql Server 2005?
Can't find what you're looking for?
Ask a Question, Get an Answer ASAP
When the SQL Server 2005 Reporting Services (which is abbreviated as SSRS) is installed, it will create two new IIS sites, namely Reports and Report Server. The physical directory for Reports is located at C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\Report Manager. The Report Servers directory can be found at C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer.
The virtual directory for Reports contains a Web application called the Report Manager Web application. After it is installed, the user must direct the Web browser to //your server name/Reports (for example, //localhost/reports) in order to bring up the homepage for Report Manage.
The Report Manager application is an application which is Web-based. It allows the users to organise, secure and display created reports. It hosts a variety of features, which include viewing reports, searching for specific reports, browsing for specific reports, configuring report viewing security, creating schedules and subscriptions and launching Report Builder for ad hoc reports.
answered 2 years ago