Click here to Skip to main content
15,913,361 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Script function is not working. Pin
bhavnvyas6-Nov-09 19:08
bhavnvyas6-Nov-09 19:08 
GeneralRe: Script function is not working. Pin
sashidhar6-Nov-09 19:06
sashidhar6-Nov-09 19:06 
QuestionSession is not working Pin
krishnaveer5-Nov-09 23:47
krishnaveer5-Nov-09 23:47 
AnswerRe: Session is not working Pin
bhavnvyas6-Nov-09 1:07
bhavnvyas6-Nov-09 1:07 
QuestionProblem with image upload in 2008 Pin
hemant.kaushal5-Nov-09 22:51
hemant.kaushal5-Nov-09 22:51 
AnswerRe: Problem with image upload in 2008 Pin
sashidhar5-Nov-09 23:09
sashidhar5-Nov-09 23:09 
GeneralRe: Problem with image upload in 2008 Pin
hemant.kaushal5-Nov-09 23:26
hemant.kaushal5-Nov-09 23:26 
Questionhelp in making aa application in .net(C#) of soil prediction model Pin
shikhanirankari5-Nov-09 22:48
shikhanirankari5-Nov-09 22:48 
AnswerRe: help in making aa application in .net(C#) of soil prediction model Pin
Gamzun5-Nov-09 22:57
Gamzun5-Nov-09 22:57 
AnswerRe: help in making aa application in .net(C#) of soil prediction model Pin
sashidhar5-Nov-09 23:16
sashidhar5-Nov-09 23:16 
GeneralRe: help in making aa application in .net(C#) of soil prediction model Pin
shikhanirankari5-Nov-09 23:41
shikhanirankari5-Nov-09 23:41 
GeneralRe: help in making aa application in .net(C#) of soil prediction model Pin
sashidhar6-Nov-09 0:09
sashidhar6-Nov-09 0:09 
GeneralRe: help in making aa application in .net(C#) of soil prediction model Pin
shikhanirankari6-Nov-09 0:21
shikhanirankari6-Nov-09 0:21 
GeneralRe: help in making aa application in .net(C#) of soil prediction model Pin
sashidhar6-Nov-09 1:16
sashidhar6-Nov-09 1:16 
GeneralRe: help in making aa application in .net(C#) of soil prediction model Pin
Gamzun6-Nov-09 3:27
Gamzun6-Nov-09 3:27 
GeneralRe: help in making aa application in .net(C#) of soil prediction model [modified] Pin
sashidhar6-Nov-09 5:24
sashidhar6-Nov-09 5:24 
Questionexport to excel visible false......... Pin
bhavnvyas5-Nov-09 22:37
bhavnvyas5-Nov-09 22:37 
AnswerRe: export to excel visible false......... Pin
sashidhar5-Nov-09 23:02
sashidhar5-Nov-09 23:02 
I searched in google..! and found this try it may help..!

Installation folder may be different from MSSQL.1, can be MSSQL.2 or MSSQL.3 (search for rsreportserver.config under Program Files\Microsoft SQL Server if not found)

Here are the more detailed steps for Disabling Excel Export Option in Reporting Services -

1. Go to Database server where reporting services is installed, open the rsreportserver.config file located at -<Drive Letter>:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer2. Go to <Configuration> <Render> section.
3. Change this entry <Extension Name="EXCEL" Type="Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer,Microsoft.ReportingServices.ExcelRendering"/>to<Extension Name="EXCEL" Type="Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer,Microsoft.ReportingServices.ExcelRendering" Visible="false" />i.e. add Visible="false" for Excel rendering extension, or you can comment this line too.


LatestArticle :Log4Net

Why Do Some People Forget To Mark as Answer .If It Helps.

GeneralRe: export to excel visible false......... Pin
bhavnvyas5-Nov-09 23:34
bhavnvyas5-Nov-09 23:34 
GeneralRe: export to excel visible false......... Pin
sashidhar5-Nov-09 23:53
sashidhar5-Nov-09 23:53 
GeneralRe: export to excel visible false......... Pin
bhavnvyas6-Nov-09 0:17
bhavnvyas6-Nov-09 0:17 
GeneralRe: export to excel visible false......... Pin
sashidhar6-Nov-09 0:20
sashidhar6-Nov-09 0:20 
QuestionInterop Excel Pin
mithun narayanan5-Nov-09 22:19
mithun narayanan5-Nov-09 22:19 
AnswerRe: Interop Excel Pin
sashidhar5-Nov-09 22:58
sashidhar5-Nov-09 22:58 
GeneralRe: Interop Excel Pin
mithun narayanan5-Nov-09 23:02
mithun narayanan5-Nov-09 23:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.