Viewing 15 posts - 16 through 30 (of 32 total)
HI,
I have had the similar problem and when i increased the width of the chart it started showing all points. it seems the space is the reason for not showing...
August 13, 2009 at 1:04 am
HI
why not simply use the expresion in textbox3
Count(Fields!myfield1.value)-Count(Fields!myfield2.value)
Thanks
August 13, 2009 at 12:22 am
HI
if using your report in APS.net page use external parameter prompts by manually setting controls like textbox,drop down etc..and passing param values directly to report. then hide the reportviewer parameter...
August 13, 2009 at 12:14 am
HI
we can add any number of datasets/datasources for a report. from View -- report data browser you can add the datasets.
Now to do calculations using both datasets in the same...
August 13, 2009 at 12:00 am
Hey
To add filter try this (workaroud only 🙂 )
Field(Expression): =(Fields!XYZ.value=123456) or (Fields!XYZ.value=56789)
Operator: =
Value: =true
for IN keyword found another workaroud here
http://dbaspot.com/forums/ms-sqlserver/384322-ssrs-chart-filter-use-operator.html
August 12, 2009 at 2:01 am
Hi,
if Cat-A,Cat-A1,Cat-A121 are 3 levels of grouping then rownumber can be used with the scope as the groupname .
not sure how to do it without grouping if it is supposed...
August 7, 2009 at 3:03 am
Hi,
I have never tried this solution. but have you tried to add any event for the reportviewer control.
Reportviewer control has events like DrillThrough which occurs when the user drills down...
August 7, 2009 at 1:48 am
Guage controls are available in 2008 SSRS. but not sure how is it for Express edition 🙁
August 7, 2009 at 1:10 am
not sure if this could be of any help . (i know it s already fixed )
Programs-Sqlserver2005-Configuration Tools- SqlServ Config Manager-SqlServer network Configuration-Protocols for MSSQLSERVER-TCP/IP -Enable
Programs-Sqlserver2005-Configuration Tools- Surface Area...
August 7, 2009 at 12:58 am
Hi,
if the error is when connected from a network machine then try changing the machine name in the url to the IP address. if any other machine is added to...
August 7, 2009 at 12:26 am
Hi,
Thanks for the reply, this is a stock management system for retail outlets which works well with the client server model.
but when there are multiple outlets it becomes diffcult to...
June 29, 2009 at 6:35 am
Hey,
please try this. the union is used to get the last record which wll not be returned in the first query
select a.* from
(select ROW_NUMBER() OVER (ORDER BY item,date)...
June 18, 2009 at 6:46 am
Hi
if you are using reportviewer control in ASP.net you should be able to capture the parameters selected in the databinding event of the reportviewer control.
Microsoft.Reporting.WebForms.ReportParameterInfoCollection col = ReportViewer1.ServerReport.GetParameters();
I have...
June 18, 2009 at 4:17 am
Hi
Try adding border to the control used inside the list and remove the border for the list control itself
Thanx
June 18, 2009 at 3:49 am
if the Hardware ,software,material table is directly used then it will take duplicate records for aggregate. for eg : for prj id 1 software has 3 records; hardware has only...
June 15, 2009 at 5:41 am
Viewing 15 posts - 16 through 30 (of 32 total)