Microsoft
Software
Hardware
Network
Question : Report not refreshing CONTENT
string url = "
http://portal.MyMarket.co
m/ReportSe
rver?/ETL+
Reports/
rG
etJobDetai
ls&Server=
";
url += sStore + "&PackageID=" + sPkgID + "&StartDate=" + sRptDate + "&EndDate=" + sRptDate + "&rc:ToolBar=False";
RadHtmlPlaceholder1.Invali
dateArrang
e();
RadHtmlPlaceholder1.Source
Url = new System.Uri(url, UriKind.Absolute);
RadHtmlPlaceholder1.Invali
dateArrang
e();
I am using above code to show report output from MS-SQL Server. When I have "ToolBar=False" in above code, report works first time and second time if parameter values are same, report shows same content (looks like it is showing from CACHE).
I know this because after I change "ToolBar=True" in above code, report works all the times (even if I pass exactly same parameter values). But I do not want to show the Toolbar.
How can I fix this?
Thanks,
Ashok
Answer : Report not refreshing CONTENT
Ashok111,
In the reporting services manager you should check under the Properties of the report / Execution, make sure it is set to always run the report with the latest data.
It sounds like a snapshot problem.
Random Solutions
Removing Leading Zero's in an AlphaNumeric Field
Populate Textbox with all query returns on a field
Want to Publish Exchange Server2007 through cisco 8141
gpedit.msc not found in Windows 7 Home Premium
JET SQL - Merging fields from two tables into one, skipping duplicates
Drivers for SATA HP XW4600T does not work when I create a custom XP cd?
remote shutdown dos how to trace
Week Number in DOS
'Day' is a type and cannot be used as an expression
How to tel an MFC app the location of an external DLL?