SQL Reporting :: Want To Change The PingFrequency And PingTimeout Settings?

Feb 15, 2010

I have a problem with IIS and report server where after idling for some time the report server takes a really long time to start. I read that the problem is that "the application domain is flushed from IIS and the application needs to be recompiled" and the solution would be to ping the site with a script or change the processModel settings in the machine.config. I have the opportunity to change the processModel settings in the machine.config but I don't know what do I have to change there.

Are the settings I need to change the pingFrequency and pingTimeout settings? What should I set them to?

View 2 Replies


Similar Messages:

How To Change The Browser Settings For IE8

Jul 2, 2010

Is there a way to change the browser settings for IE8, directly using the .net code.

I had developed an application, which has a functionality to upload a file from My Networks. I browse the file and try to upload it. It works fine in IE6. But in IE8, instead of displaying me the path of the file, it gives C:/Fakepath. When I enable the security setting of browser "include full path while uploading the file from the server", it works fine and gives me the whole path.

View 1 Replies

Configuration :: How To Change Connection Settings

Feb 8, 2011

Right now, when I am copying the website to host server, I am changing the connection string in webconfig file and at each location of a sqldatasource or a query .. thats like more than 30 places where I am doing this.

When I am done copying the website, I have to change all the connection strings back to dev server for me to keep working on the dev copy....

View 1 Replies

Configuration :: Add Change Settings Form In Website?

Aug 10, 2010

I wish to keep the site settings like ProductsPerpage, SiteName, MaximumFileUploads etc in web.config file I wish to add a "Change Settings" form in the web site in order to change settings. Is it a standard method to access and edit the system.config file programmatically for changing site settings? Else what should be the good approach I should follow?

View 3 Replies

Configuration :: How To Change The CustomErrors Mode Settings In Memory

Dec 18, 2010

By defauly in my web.config I have set the , in runtime I just want to change the Mode = "Off" in memory. I do not want to save the changes to web.config.

Basically we need to see the description of the runtime error, when required.

View 2 Replies

AJAX :: Change The Format Of The Date Returned By The Calendarextender Based On Regional Settings?

Jan 24, 2010

Is it possible to change the format of the date returned by the calendarextender based on regional settings?
Also, is it possible to tell the datetime object how the date string is formatted?

View 2 Replies

Visual Studio :: Group Profiles Settings - Users In The Group Update The Same Settings?

Jan 19, 2010

We have many different clients, and each client can have multiple user accounts.Right now, we have user settings set up on the ASP project, and a WinForms application can see these settings, depending on which user logs into the winforms application. They are specific to the user. I want to make them specific to the client, so users can be in "groups" by their client, and all users in the group would see/update the same settings.

View 1 Replies

SQL Reporting :: How To Change The Color Of The Background

Aug 10, 2010

I did not know where the issue should be opened, Sorr...

I want to make a comprehensive report in asp.net, but I will also do reports of problems

I want to filter with parameters, I want to change the color of the background

View 1 Replies

SQL Reporting :: Change DbNull Value To 1 In Report

Jan 10, 2011

I have a question, that probably the solution is very simple, but I looked it up in the internet with no answer, the problem I'm having is, in a table I have a field, Qty (int, null) the thing that I want is in the report if the value is NULL shows 1 instead of a blank textbox, I know that the best solution is to change all the values in the database but I don't have permissions to do that, so what I need to do is a workaround in the report.

View 4 Replies

SQL Reporting :: Change The CSS In MS ReportViewer 2010?

May 19, 2010

We use MS ReportViewer version 10.0.0.0 to pull the report from SSRS to ASP page.

Part of ReportViewer source code is shown below: (thru MS Developer Tools)

<div id="ctl00_RootContent_c_ReportViewer_ctl10" style="position: relative; width: 100%; height: 100%; overflow: auto;" _events="[object Object]" control="[object Object]">

We'd like to change the style="position: relative..." to style="position: static..."

How can we do it?

It seems that whenever ReportViewer refreshes, the CSS values will be reset back to default one.

How can I create my own CSS file for ReportViewer?

View 2 Replies

SQL Reporting :: Change The Report Datasource At Run Time?

Feb 4, 2010

created a data source DS_QCategory that select data from a table but according a passed parameter which is a DDL selectvalue.I write the sql statement like this (select * from myTable where ({fn YEAR(tblarQuestions.QuestionDate)} LIKE (@QuestionDate)))this function will compare only the Year from my full date field with a DDL that include all Years like 2008, 2009, 2010 Then I create a report using reportviewer control and i defined the parameter in the bjectDataSource of the report then I added to my Years list in the DDL something like this "All" to select all data from myTable regardless the parameter so i created another Datasource DS_QCategoryAll to select all data from myTablewhat I need is to change the object data source of my report once "All" is selected: this is my code:

[Code]....

But get this error:

"

A data source instance has not been supplied for the data source 'DS_QCategory_tblarQuestionCategory'
"

View 3 Replies

SQL Reporting :: How To Change Report Layout In ReportViewer

Feb 3, 2011

I now have a ReportViewer control on asp.net page with datasource select Country, Product, Value from Table1. This reportviewer is associated with Report1.rdlc and currently Report1.rdlc has this matrix layout

Country as row field, Product as column field and value as Calculate field (Sum)

I want on button1click on asp.net, the report change to this layout:

Product as row field, Country as column field, value remains as Calculate field.

How should I proceed with this ? I know pointing to Report2.rdlc would be an option but I have more than 20 scenario and I want to keep doing it in same Report1.rdlc. Is there way to programmatically change the layout of Report1.rdlc when buttonclick is fired ?

View 1 Replies

SQL Reporting :: Change Row Values In Report Before Rendering?

Sep 20, 2010

I have a detail section in report. I am perfectly able to retrieve all the data from the Sharepoint List into datatable and bind it, to generate reports inside the details section.All the columns and related row data are getting displayed as reports in to the detail section.But, my issue is, I want to change the row data for a particular column before rendering on to the report.for instace, if column named Product has some values, I would like to display these values with different string name based on a switch condition. How do I achieve this?

View 1 Replies

SQL Reporting :: Change Report For Reportview On Buttonclick

Dec 10, 2010

I have a reportviewer1 with report1.rdlc. I want on buttonclick it changes to use report2.rdlc and display another report. I tried this and it is not working. What is wrong or missing with my code ?

Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs)
ReportViewer1.LocalReport.ReportPath = "Report2.rdlc"
ReportViewer1.DataBind()
End Sub

View 1 Replies

SQL Reporting :: How To Change Text In Columns In SSRS

Aug 17, 2010

I need to create a complex report and export it to Excel.

In the first column header, text is displayed as "Hide Daily Columns", but I need the text to change as "Unhide Daily columns" when I click on it and when the text changes the columns under "daily" header (I have 3 columns under this header) present in the report shud be hidden and only weekly columns shud be visible. I am new to SSRS and tried out many ways but didn't get it.

View 1 Replies

SQL Reporting :: Dynamically Change Left And Top Properties Of Table?

Apr 4, 2010

How can I change Left and Top properties of Table control in a .rdlc file from code behind at Run-Time?

View 2 Replies

SQL Reporting :: Dynamically Change The Text Weight Of A Textbox?

Nov 1, 2010

I'm using SSRS 2005 and I would like to change the text weight of a textbox (in a table) dynamically based on a condition from normal weight to bold.

View 1 Replies

SQL Reporting :: Change The Background Of A Cell In A Table Depending On A Value?

May 25, 2010

I have a question that probably is the easiest one but can't figure it out, this is the deal; I have a table in reporting services that shows the names of employees and their position in a company, but what I want to do is to make the background gray of the entire row when the position is equal to "supervisor", do I made myself clear.

View 3 Replies

SQL Reporting :: OnbuttonClick Change Report For ReportViewer - Not Working?

Dec 13, 2010

I have a ReportViewer on page linked to Report1.rdlc. I want on buttonclick it link to Report2.rdlc and display new result accordingly. I tried below it refreshes but it does not change into Report2. Just stay as it was with Report1.rdlc.

Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs)
ReportViewer1.LocalReport.ReportPath = "Report2.rdlc"
ReportViewer1.DataBind()
End Sub

View 2 Replies

SQL Reporting :: Programmatically Change Value Field Of ReportViewr's Report?

Jan 5, 2011

I have a report displayed in ReportViewer with this matrix format:-

Row field = Country
Value field = Sales$

I want on buttonclick, the report refresh and change to

Row field = Country
Value field = Unit sold

View 1 Replies

SQL Reporting :: Change Date Format In Report Viewer?

Feb 19, 2011

i am facing a problem to change date format in report viewer:

here is the output i get it:

Date Sent
Date Repaired
1900-01-01 12:00:00 AM
1900-01-01 12:00:00 AM

[Code]....

View 12 Replies

SQL Reporting :: How To Change A Subreport At Runtime (Microsoft Report Viewer)

May 21, 2010

I'm having a problem with Microsoft Report Viewer reports in local mode...

A little background info:

I have a flat data file which I load into memory (split into fields in a dataset) and need displayed in a report. The data structure of this file is hierarchical with about 4 levels: File, Batch, Entry, and AdditionalInfo. The amount and names of the fields in the Entry records change depending on a field in their parent's Batch record (lets call this field BatchType). So while I'm reading Batches i need to look at this BatchType field to know how to read/display the child Entries.

Problem:

Since my Entry sections in my report will be different depending on the BatchType field in the Batch record, I researched a bit and found out that the only way to do this was to do subreports. I figured I'd have to have a different subreport for each Entry type. However, I've been unable to find a way to change the ReportName parameter in the subreport object during runtime. I dont even know if it's possible to change a subreport's ReportName on the fly.

View 2 Replies

SQL Reporting :: Change Report List Border Color Dynamically?

Feb 3, 2011

I have a report and in the body are a series of list to group the data. I can change text color no problem based on the value, but what I would like to do is change the Border Color based and values. I have gone to the Border color property and added an expression, but it does not alter the border color based on field values.

I have = iif(Fields!AmountOfContribution.Value < 70, "Green", "Red")

and regardless of the the vale in AmountOfContribtion it always gives me a green border.

If I put the same code in a text box of the list I do get the proper text.

View 4 Replies

SQL Reporting :: How To Change The Background Color Of A Row In RDLC Report On Mouse Over

Jan 15, 2011

I am working on RDLC reporting.Processing mode is local.

I have a requirement that I need to change the background color of a row in RDLC report on mouse over.

View 1 Replies

SQL Reporting :: Change Parameter Property After Selecting Another Parameter?

Oct 19, 2010

Is it possible to change a parameter's property after the uer has made a selection or filled in another parameter field? I'm using VS2005

Case:

- 3 parameter fields; Country,Station,Carrier all three are textfields and are allowed to stay 'blank'.

- When the user enters a Country-code in the 'Country' parameter field, the 'Carrier' parameter should become a required field.

I did some searching on the net, but haven't found the solution. I started to wonder if it's actually possible?

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved