Slow Performance with Dynamic Grouping and ReportViewer In Local M
I'm having quite a problem with very poor performance in RS. This is
definately not a data related problem. In order to find the bottle neck I
have created two reports with one grouping. One has a normal static grouping
expression of Fields!MyFieldName.Value while the other also has a static
expression but of the form Fields("MyFieldName").Value. This because I need
to use dynamic grouping and will replace "MyFieldName" with
Parameters!MyGroupParam.Value when this problem is resolved. I am pulling 10k
records into the DataSet with about 200 distinct values in MyFieldName.
When
|
6/3/2010 8:26:10 PM
|
0
|
=?Utf-8?B?QWxsZQ==?= <A...@discussions.microsoft.com>
|
|
|
Report Builder error when opening report
Our user created a report in Report Builder and saved it to Report Server.
The report executes just fine from Report Server. But when we try to open
the report in Report Builder to change it, we receive this error: "Cannot
open this item. This report cannot be opened in Report Builder. Detail's
value expression comes from a different query grouping." This is running on
SQL Server 2005.
|
6/3/2010 2:52:27 PM
|
0
|
=?Utf-8?B?S2F0aHkgRGF2aXM=?= <KathyDa...@discussions.microsoft.com>
|
+/- signs dont match the display state
I have several large reports where my clients are able to select the initial
Collapsed or Expanded state from a parameter.
ie initial visibility = iif(parameters!Display.value="H",true,false)
This works great, except the "+" or "-" signs do not match the selected
state when the report is openned. eg if the report opens with every line
visible, (expanded), then the "+" sign is visible. The client can only
colapse the group so it should be a "-" sign.
If the report opens with only the group heading lines visible(compressed),
then the "+" sign is again visible. This is correct. But
|
6/3/2010 2:02:06 AM
|
0
|
=?Utf-8?B?RGF2aWQ=?= <Da...@discussions.microsoft.com>
|
conditional color formatting for line chart background color
Does anyone know how to or even if it's possible in RS2008 to change the
background color of a chart based on the data point values being
charted....for ex
If the data point value is > 80, then the background color for the that y
axis range should be "RED", if data point is between 61 & 79, the backgrouund
color for that data range should be "YELLOW" & if the data point is <60, the
background color of that data range should be "GREEN"..
THis would essentially create a "RED-YELLOW-GREEN" banding appreance for the
background of the line chart....
Please let me know if this i
|
6/2/2010 4:53:01 PM
|
0
|
=?Utf-8?B?R01SdWJpbg==?= <GMRu...@discussions.microsoft.com>
|
SOAP Webservice Data Source (Input object type)
Hello:
I am using a SOAP webservice as the datasource for my report.
How should i specify the report query to retrieve data from a SOAP web
service?
The input to the web service is of type 'filter' which has teh following 4
properties:
The web service wants the request to be of the form:
<soap:Body>
<GetInformationXml xmlns="http://tempuri.org/">
<filter>
<StartDate>dateTime</StartDate>
<EndDate>dateTime</EndDate>
<EmployeeID>string</EmployeeID>
<PolicyID>string</PolicyID>
<OrRoom>string</OrRoom>
</filter>
<
|
6/1/2010 4:09:02 PM
|
0
|
=?Utf-8?B?U2Ft?= <...@discussions.microsoft.com>
|
date format
Hi all,
I am getting the results from reporting services using Excel as datasource.
The date format is dd/mm/yyyy hh:mm:ss.
I want out put from reporting services should be dd/mm/yyyy only.
I am using the query as:
select date from Excel$
where datepart("m",date) = datepart("m",@rundate).
please help to modify the query.
|
6/1/2010 11:07:01 AM
|
2
|
=?Utf-8?B?Sm9obg==?= <J...@discussions.microsoft.com>
|
Report Parameters in SQL 2008
I have no issues with parameters using sql as a datasource but many issues
with SSAS Cube as a data source.
My report will not isolate the data to the selected report parameter.
Any hints?
|
6/1/2010 1:23:01 AM
|
0
|
=?Utf-8?B?S2Vu?= <...@discussions.microsoft.com>
|
Page Break Separator Row
I have a page/section/detail layout with tables that may or may not repeating
and continue across pages. I've followed Chris Hay's hack to get the
"continued..." at the top of the next page but the report design requires a
blank row immediately after the last detail row before it continues to the
following page. The blank row will then close the table with a border. Is
this possible? I have made countleess attempts. Thanks in advance
|
5/27/2010 9:31:54 PM
|
0
|
=?Utf-8?B?Ym9uZXIyOA==?= <bone...@discussions.microsoft.com>
|
Report Builder 1.0 Filter Prompts
I have created an ad-hoc report and want to add a filter. I understand that
the Report Builder will only pre-populate the 'in this list' for that filter
if the list contains less than a pre-determined number of entries. Fair
enough. However, where can I find out what this magical number is...it would
certainly be handy if I could be allowed to set the pre-determine number
myself, or at least view it. I found an article that said that value is in
the DataSource (or the DataSourceView) but I have found nothing that tells me
what the tag, or the location of that special place is
|
5/27/2010 7:59:43 PM
|
0
|
=?Utf-8?B?TWljaGFlbCBD?= <Micha...@discussions.microsoft.com>
|
help on composing an aging report for transactions
hello all,
I am new to SSRS. I need some help on how to create an aging report in ssrs. This is what my report should look like:
Month identify $ $closed $Recovered $Open 0-30day 31-60day
Jan 2009 $$$ $$ $$$ $$$ $$$ $$$
I am having trouble on the days column. My user want these fields to contains the total $$ amt that was recovered in 0 - 30days and 31 - 60 days. how to do that? Please help....
Sherry
From http://www.developmentnow.com/g/115_0_0_0_0_0/sql-
|
5/25/2010 6:52:49 PM
|
0
|
Sherry<sunpalo...@hotmail.com>
|
Table "Or" Filter Expression using the "IN" operator
I need to filter a table on two multi-value parameters, but also using the IN
operator.
I need something like this
Expression: =Trim(Fields!MyField.Value) IN
Parameters!MyMultiValueParameter.Value Or Trim(Fields!MyField.Value)
Operator: IN
Value: Parameters!MyMultiValueParameter2.Value
I tried doing it this way also to no avail. I know that what I have there
isn't correct, but I need soemthing like that to get this to work. I can't
do this on the SQL side due to the way the report is designed.
Expression: =IIf(Trim(Fields!MyField.Value) Like "*" &
Replace(P
|
5/25/2010 6:07:01 PM
|
1
|
=?Utf-8?B?YmprYWxlZGFz?= <bjkale...@discussions.microsoft.com>
|
How to find a record in a dataset
Hello,
Is it possible to find a particular record in a data set using RDL
functions?
//Misha
|
5/25/2010 5:15:53 PM
|
1
|
"Mikhail" <mishka_mis...@inbox.ru>
|
weeky time "bucket"
Looking for some advice on a sql report. I need to summarize data in weekly
time "buckets". The week is defined as Sun thru Sat. The report rundate and
anthing prior should be week 0, with the future weeks numbered 1, 2, 3, etc.
At some point there may be a requirement to group all dates after a future
date into one bucket (ie. "9+ weeks"). Any suggestions on how to accomplish
numbering the weeks?
Thanks in advance.
|
5/24/2010 5:59:00 PM
|
1
|
=?Utf-8?B?ZG91Zw==?= <d...@discussions.microsoft.com>
|
Sometimes charts are not rendered in a good way
I have some reports (SSRS 2k8 enterprise SP1) with a set of charts and a data
table
On Page one i have 4 charts, 2 of them are on the same dataset than the
detailled table on page 2
Usually the reports works fine but sometimes when i run the report i have no
details in my charts
=>My pie chart have only one label instead of many and don't have any label
=>My bar chart have only one bar
But all ma data are good in the table in page 2 so it seems it is not a data
issue
And if i just click the "view report" button without touching anything the
chart comes back to normal
I'm
|
5/19/2010 4:29:01 PM
|
0
|
=?Utf-8?B?Ti5MaWV2YWlu?= <NLiev...@discussions.microsoft.com>
|
Cached Report is returned when date parameter is NULL
Hi,
I am facing this problem. Please help me.
I have a report with date parameter along with many other parameters. First
I entered a date value and generated the report from my application. I am
getting the correct report. But when I cleared the date value and regenerated
the report i am getting the last generated report.(The time stamp shows the
old value which is getting from the cache)
My code is like this in the application:
ReportingService rs = ReportServiceBuilder.ReportService;//Calling remote
environment for service.
rs.UseDefaultCredentials = true;
|
5/19/2010 1:42:14 PM
|
0
|
"arunbg" <u60...@uwe>
|
Conditional colours for drill-down
Hi guys,
I have one q about my issue.
In matrix I have column drill-down : Date->Status
2010
Approved Submitted
Cell with data have TextColour condition
:=Switch(Fields!EffortStatus.Value="Approved","Red",Fields!EffortStatus.Value="Submitted","Yellow")
When I cklick Drill-down(+) on Date column , values in columns have right
colourfor each status.
When I click Drill-up (-) on Date column, Staus columns is hidden, but text
color for summarized values is Red or Yellow anyway. Ho
|
5/19/2010 1:12:01 PM
|
0
|
=?Utf-8?B?QW5kcmV5IFZhc3lsZW5rbw==?= <AndreyVasyle...@discussions.microsoft.com>
|
Page break in subreport 2008
Hello,
I designed a report with page break after every change of a group.
This report works - stand alone - very good.
When I include this report as a subreport in an other simple report (tablix,
data),
which only calls 3 subreports, the page break in the subreport does not work.
What is the reason ? Who can help me ?
|
5/18/2010 1:39:01 PM
|
0
|
=?Utf-8?B?QW50b24=?= <An...@discussions.microsoft.com>
|
inverse log scale on 2008 guages
Hi guys,
We have recently upgraded to SQL2008/64 and are starting to make use of the
new gauges installed.
Many of our KPIs revolve around very high compliance targets, normally
95/98/99 %. I would like to be able to create scales that show 0-100% but
with the 90-100% taking up roughly half the dial. I can do it the other way
round (0-10 taking up half the dial) using a log scale, but the software will
not let you use a -ve or fractional log value, the minimum is 2.
Does anyone have a trick to resolve this.
Obiron
--
Message posted via SQLMonster.com
http://www.sqlmonst
|
5/18/2010 8:52:31 AM
|
0
|
"obiron via SQLMonster.com" <u56...@uwe>
|
Is Microsoft monitoring this group
I see very few recent responses by anyone from Microsoft to
questions/comments posted on this thread. I thought MS was supposed to be
monitoring this and other groups and resonding within two days.
Is that the understanding of other posters as well?
Rich at Genesys
|
5/17/2010 1:27:01 PM
|
3
|
=?Utf-8?B?UmljaCBhdCBHZW5lc3lz?= <RichatGene...@discussions.microsoft.com>
|
"FOUND ORPHANED REQUEST" error
This error occurs several times a week, preceeded by this error:
runningjobs!WindowsService_1!f9c!05/17/2010-06:52:24:: e ERROR: Error in
timer Database Cleanup (NT Service) :
Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException:
An error occurred within the report server database. This may be due to a
connection failure, timeout or low disk condition within the database. --->
System.Data.SqlClient.SqlException: Timeout expired. The timeout period
elapsed prior to completion of the operation or the server is not responding.
We are running SQL 2008 64
|
5/17/2010 1:08:01 PM
|
0
|
=?Utf-8?B?UmljaCBhdCBHZW5lc3lz?= <RichatGene...@discussions.microsoft.com>
|
Can you do this with a chart
I have a column chart. Data series is 5/1, 5/2, 5/3...all the way to last
day of month. I need to plot a straight target line starting at 0 on 5/1 and
goes all the
way to the highest point of the last entry total which would be 5/31. So
basically i am just drawing a diagnal line from 0 the the last data point.
Any idea on how to get this done? Also, my data is doing a running sum
Thanks in advance
|
5/16/2010 2:48:01 AM
|
0
|
=?Utf-8?B?T3JpZ2luYWxTdGVhbHRo?= <OriginalStea...@discussions.microsoft.com>
|
vbTab or Chr(9) not working
Im trying to use the vbTab or Chr(9) in order to get a tabulator character.
The result is always a single space instead of a tab. Any ideas why?
="test1" &vbCrLf & "test2" results in "test1 test2"
is the tab character not supported???
Thanks for any help
|
5/15/2010 7:14:33 AM
|
0
|
"Jon" <...@jon.com>
|
VS2010
Hi exist in the VS2010 some support for report services?
thanx
marek
|
5/14/2010 10:21:08 PM
|
3
|
"Marek G." <gro...@volny.cz>
|
Question on SSRS
I am trying to create a space usage report and the challenge I have is the
date is stored as a varchar in the column in the table. I can convert this
easily in sql (so that when you group and order the data it does so correctly
when there is data from the prior year) however I cannot get the data to
group in the report properly. Here is the query:
select db, sum(tot) as TotalAvailSpace, sum(used) as TotalUsedSpace, sum(tot)-
sum(used) as TotalFreeSpace,
cast(entrydt as datetime) from dbaspace
where entrydt>=(getdate()-361)
group by cast(entrydt as datetime), db
order by cast(en
|
5/14/2010 9:41:24 PM
|
1
|
"kodaksmile" <u60...@uwe>
|
conditional formatting of row
I have a table that displays instrument calibration dates. The users are
looking to redo the SSRS report to go out 30 days instead of 7. Not a
problem to do. What else they want is a color coding of the different times.
Originally, I was using the following;
=IIF(Fields!NextCalibrationDate.Value < Today(),"Red","Black")
This worked fine. But now they are looking at still using the original,
plus less than 7 days, plus 7 to 14 days, over 14 days. The added IIF's are
causing me a headache trying to figure it out. I even tried the following
SWITCH;
=SWITCH(Fields!NextC
|
5/14/2010 3:53:01 PM
|
2
|
=?Utf-8?B?Sm9obkU=?= <Jo...@discussions.microsoft.com>
|
Financial software firm needs SQL Server DBA - Metro Atlanta.
Looking for Computer Science graduates knowledgable in SQL Server with
1-3 years experience. Marietta location, excellent office environment,
superior benefits.
To apply please visit http://ejob.bz/ATS/jb.do?reqGK=63062
www.evestment.com.
|
5/14/2010 12:45:32 PM
|
0
|
Nanci Lamborn <nlamb...@evestment.com>
|
Tab character in Textfield
Hi there
I am using rdlc files within a winform application. There I have RichTextBox
where user can enter multiline text. There is no formating but only the tab
character is available for the user.
Now when i display the report all the tab characters are replaced by a
single space and therefore the formating gets lost.
Is there a way to make the rdlc files support the tab character? The only
option I found was the possibility to change teh MarkupType to HTML, which
does not help in my situation.
Thanks for any help!!
jon
|
5/14/2010 7:41:02 AM
|
0
|
"Jon" <...@jon.com>
|
Connecting to a shared SSRS data source from BIDS
I'm just starting out using BIDS and creating reports in general. I've been
using Report Builder and have no trouble accessing a shared SSRS data source
by specifying the Report Server (http://<Server>/ReportServer) in the
Options...Settings, from there I can view and use any predefined data source
in a report. How do I specify in BIDS that I wish to use a preconfigured
shared data source from SSRS, I can't see any obvious option.
Any advice gratefully received.
Thanks
David
|
5/14/2010 4:30:01 AM
|
1
|
=?Utf-8?B?RCBKb2huc29u?= <DJohn...@discussions.microsoft.com>
|
"connection failure, timeout or low disk" error
Every once in a while during periods of heavy demand and some large reports
running I see this error in the SSRS log:
library!WindowsService_2!fd8!05/13/2010-01:17:26:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException:
An error occurred within the report server database. This may be due to a
connection failure, timeout or low disk condition within the database.
I have read information on the internet regarding the various timeouts
configurable in SSRS and have them all set fairly high so I don't know why I
am getting this error
|
5/13/2010 1:45:01 PM
|
0
|
=?Utf-8?B?UmljaCBhdCBHZW5lc3lz?= <RichatGene...@discussions.microsoft.com>
|
How to embed reports in Web Forms and Windows Forms?
Is there anywhere I can get the details about how to embed reports in Web
Forms and Windows Forms?
Seems like it require good skill and not that easy
Thank you
Regards
Raj
|
5/13/2010 5:07:01 AM
|
4
|
=?Utf-8?B?UmFq?= <...@discussions.microsoft.com>
|
SSRS - 2005
I am having a problem with SSRS dropping columns from the datasource if the
cell in the first row is blank. Is there a configuration setting that causes
this? I don't want to crete a dummy first row that has something in every
column in order for the reports to work.
The data is coming in as an XML data stream and is not from a database query.
|
5/12/2010 5:37:40 PM
|
0
|
"jamesczebiniak" <u60...@uwe>
|
ReportPath and Report Server URL
My reports are in http://localhost/kra/Report Services/tutorial/sales order.rdl
It is published/deployed and I am able to access it by this url:
http://localhost:8081/ReportServer/Sales Orders
http://localhost:8081/Reports
I am trying to integrate with asp.net page, which is in,
http://localhost/kra/aspdotnet
At design design time i have set ReporServerURL as
"http://localhost:8081/ReportServer" and ReportParth as "/Report
Services/Tutorial/Sales Orders"
Nothin is displayed.
What is correct ReportPath? and ReportServerURL??
Thank you
Regards
Raj
|
5/11/2010 12:03:01 PM
|
1
|
=?Utf-8?B?UmFq?= <...@discussions.microsoft.com>
|
Auto fit table fields [RS 2003]
Hi all,
in Reporting Services 2003 is there a way to auto fit the fields of a table
(based on the content)?
Thanks a lot.
Luigi
|
5/11/2010 10:41:01 AM
|
1
|
=?Utf-8?B?THVpZ2k=?= <Lu...@discussions.microsoft.com>
|
Decimals in Excel
Hi , I am using P0 and N0 to get rid of decimals and they are still
appearing in excel ?
Any suggestions ?
Regards
Malcolm
|
5/11/2010 9:46:28 AM
|
0
|
"Malcolm" <malcolm.crouc...@justenough.com>
|
Decimals
Hi ,
I have a pedantic client who when he exports the report to excel does not
want to see two decimal places . I have set it to N0 and P0 , but alas no
luck , any suggestions ?
Regards
Malcolm
|
5/11/2010 9:42:30 AM
|
0
|
"Malcolm" <malcolm.crouc...@justenough.com>
|
SSRS 2008 64bit Oracle Datasource
I am currently getting ready to start using SSRS 2008 64bit with Oracle 64bit
datasource's. Has anybody run into any issues creating a Shared Oracle
Datasource to version 10.2 64bit?
Thanks
|
5/10/2010 8:57:01 PM
|
0
|
=?Utf-8?B?Q2hhYm90d3Z1?= <Chabot...@discussions.microsoft.com>
|
How to reference 2 datasets within a table in a Reporting services
How can i calculate within my report the movements of two columns
coming from 2 different datasets within a table in a Reporting
services report. The 2 different datasets are MDX queries with exactly
the same number of rows but running over 2 different periods. I just
want to calculate within the report the different between the two
columns data i.e col A - Col B. I am only able to reference one
dataset within the table and for the second dataset, I can only
reference the Sum of this column measure or the First/Last record of
this column measure, but not each data rows of this
|
5/10/2010 4:11:01 PM
|
1
|
=?Utf-8?B?TWljaw==?= <M...@discussions.microsoft.com>
|
How to reference 2 datasets within a table in a Reporting services report
How can i calculate within my report the movements of two columns
coming from 2 different datasets within a table in a Reporting
services report. The 2 different datasets are MDX queries with exactly
the same number of rows but running over 2 different periods. I just
want to calculate within the report the different between the two
columns data i.e col A - Col B. I am only able to reference one
dataset within the table and for the second dataset, I can only
reference the Sum of this column measure or the First/Last record of
this column measure, but not each data rows of this column
|
5/10/2010 3:43:07 PM
|
0
|
Michael <michaelos...@googlemail.com>
|
SQL 2008 Corrupt Memory error
Every week or so I receive this error in SSRS 2008:
reportrendering!ReportServer_0-2!1388!05/04/2010-12:31:05:: e ERROR:
Throwing
Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException: An error occurred during rendering of the report., ;
Info:
Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException:
An error occurred during rendering of the report. --->
Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException:
An error occurred during rendering of the report. --->
System.AccessViolationException: Attempted t
|
5/10/2010 2:59:01 PM
|
0
|
=?Utf-8?B?UmljaCBhdCBHZW5lc3lz?= <Rich at Gene...@discussions.microsoft.com>
|
Word Render destination array error
Have have built a report that is a form of 8 pages that I wish to render as a
word document. It has a number of boxes and tables. I am getting an error
message stating. Destination array was not long enough. Check destindex and
length.
From what I have read (which is fragmented to say the least) it is to do
with too many tables or long field values. I have elimnated the fields values
but cannot elimnate the cells and tables problem as it uses them to do even
the smallest formatting.
It renders fine in pdf, but that is not an option.
Any tips other than 3rd party?
|
5/10/2010 2:21:01 PM
|
1
|
=?Utf-8?B?bS5sYW5jYXNoaXJl?= <m.lancash...@community.nospam>
|
Publishing Report
I have given target url as: http://localhost/ReportServer
While trying to deploy, it is asking for username/password.
When I type the above url in IE, I got 404 error!
Any help would be appreciated
Thank you
Regards
Raj
|
5/10/2010 12:29:01 PM
|
3
|
=?Utf-8?B?UmFq?= <...@discussions.microsoft.com>
|
Changing rows by Columns
Hi,
I have a query. I need to show the result of this query changing rows by
columns in the table of my report.
How I can to make it in SSRS 2005?
Best regards and thanks!!
Julio
|
5/10/2010 11:32:01 AM
|
1
|
=?Utf-8?B?anVsaXRv?= <jul...@discussions.microsoft.com>
|
SSRS Web Service - Concurrent report to PDF not working
have written a code using SRS 2005 where report will download in PDF/
EXCEL format. All work fines except when we downoad same report
concurrenlty.
When same report is downloaded by 4-5 users simultaneously some of the
users get error:
Exception:System.Net.WebException: The request failed with HTTP status
405: Method Not Allowed at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean
asyncCall)
at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[
|
5/10/2010 6:45:57 AM
|
2
|
Chetan <chetan.sar...@gmail.com>
|
Firewall configuration to administrate Reporting Services
Hello!
Into a Windows domain, I have 2 windows 2008 servers. All of them have their
firewall activated.
The 1st one is the host for SqlServer DB engine, and the 2nd one hosts
Reporting Services. As you gest Reporting Services use the SQL Server DB
Engine on the 1st server.
Today, the firewall is configurated to allow access to SQLServer DB Engine
on the 1st host. I can create queries and administer the db throw Management
Studio, from any computer in the domain.
And the firewall on the 2nd host is configurated to allow me to access the
Reporting Services web site from an
|
5/8/2010 10:03:01 AM
|
1
|
=?Utf-8?B?Sm/Dq2w=?= <...@discussions.microsoft.com>
|
Update - Microsoft Responds to the Evolution of Community
What is Happening?
This message is to inform you that Microsoft will soon begin discontinuing
newsgroups and transitioning users to Microsoft forums.
Why?
As you may know, newsgroups have existed for many years now; however, the
traffic in the Microsoft newsgroups has been steadily decreasing for the
past several years while customers and participants are increasingly finding
solutions in the forums on Microsoft properties and third party sites. This
move will unify the customer experience, centralize content, make it easier
for active contributors to retain their influence, mitiga
|
5/8/2010 8:26:34 AM
|
0
|
<n...@microsoft.com>
|
SSRS 2008 - Tablix formatting
I've creating a tablix based report using a dataset source that resembles an
order, order item model.
We have a tablix setup with the order item line as the detail group, and
have a lot of information in the 'order header' that we are trying to display
in the group header in the tablix. The report is splitting across pages in
strange places and we think that this is because the header information is
going over more than one page.
It is trying to ensure that it fits a detail row on, but rather than
spliting the table at the end (ie, when it runs out of page) it is doing it
|
5/7/2010 1:46:01 PM
|
0
|
=?Utf-8?B?ZGF6aGV3aXR0?= <dazhew...@discussions.microsoft.com>
|
Analytics
Hi ,
Does anyone know how to test weather someone is looking at a report i.e
maybe using google analystics or some sort of hit counter ?
Regards
Malcolm
|
5/7/2010 9:19:06 AM
|
1
|
"Malcolm" <malcolm.crouc...@justenough.com>
|
Renting a cottage for the family for a week or more allows you the luxury of a private vacation
FAMILY COTTAGE VACATIONS
Renting a cottage for the family for a week or more allows you the
luxury of a private vacation residence that feels more like "home"
than a hotel.
Kindle Cottage can be a perfect location for a personal retreat -
provided you are not substituting one set of distractions for another.
Have a great family getaway to the prime lake of the Kawarthas. Only 1
hour from Toronto and 20 minutes from Oshawa. Large level lot for
kids, excellent fishing, 5 bedroom cottage 2.5 piece bathroom, large
deck. Swimming pool, Jacuzzi, 60=94 Flat Screen TV, DVD and Lake View.
|
5/7/2010 3:13:33 AM
|
0
|
cottage kindle <kindle.cottage2...@gmail.com>
|
drillthrough report problem when loading main report from the stre
Hi,
In my ASP.NET project I have web form with reportviewer control in local mode.
My main report has link to the drillthrough detail report.
When I load my main report using:
ReportViewer.LocalReport.ReportPath = Server.MapPath(myPath)
everything is working fine but when i load my main report using:
ReportViewer.LocalReport.LoadReportDefinition(mySteram)
the control cannot find the drillthough report.
I need to use LoadReportDefinition in order to change some settings on the
fly.
How can I solve this?
Thanks.
|
5/6/2010 4:54:01 PM
|
0
|
=?Utf-8?B?SWdvcg==?= <I...@discussions.microsoft.com>
|
Using reportingservice2005 and reportingservice2006 soap interfaces in the same application
I am just finishing off my application- Reporting Services for DOS,
currently I have a work around using the following URL:
http://blogs.msdn.com/bimusings/archive/2008/05/15/problems-making-web-reference-to-reportservice2006-unable-to-import-operation-setreporthistoryoptions.aspx
this works but not all the functions are available now in the
reportingservice2006 soap interface
This is how to reproduce the issue:
1. create new project in vs2008 (winforms or console appliction)
2. Add web reference for reportingservice2005 call the reference rs2005
3. Add another web referenc
|
5/6/2010 1:28:32 PM
|
0
|
"Ian Emery" <ianem...@hotmail.com>
|