Quantcast
Channel: SQL Server Reporting Services, Power View Forum
Browsing all 4035 articles
Browse latest View live

How to Change Bar Chart Color Based on Value in Database?

For Each dp As DataPoint In Chart1.Series("Wilma").Points For i As Integer = 0 To grpDT.Rows.Count - 1 If (grpDT.Rows(i).Item("Status").ToString() = "2") Then dp.Color = Color.Green Else dp.Color =...

View Article


how to rotate 90 and print SSRS report programatically ? please help me...

Hi i have designed a new label report. It is countionous label height is 2.3 inch and width is 4.5 inch.but the label always print in landscape. Later i observed that the orientaion is depends on SSRS...

View Article


SSRS 2008r2 Chart Patterns Not Working

I'm trying to set pie chart patterns to make the chart segments distinguishable when printed in black and white. Unfortunately, nothing I do is working to create the patterns! I've tried every option...

View Article

Image may be NSFW.
Clik here to view.

SSRS 2008 R2 - slow performance rendering

Hi,I have a report which contains a chart and the performance to render is very slow.  The CPU on the server will max out when it is running.Here is an example of the chart (it is not the simplest...

View Article

SSRS Power view doesnt have Pie Chart

Hi,I m using SSRS 12 with Power view and I m creating few reports using tabular model in Sharepoint 2010I dont see the "Pie Chart" in the Chart Gallery.. Am I missing some thing ?Thanks,SivabalanSivabalan

View Article


GROUP BY in Expression

Hi guys,I need to show only distinguished values from a column of a dataset.Is it possible to use GROUP BY statement in expression?

View Article

SSRS output PDF render by PDFJS on browser

Hi ,using URL ,I output report to pdf  then render it on browser using PDFJS .URL...

View Article

TFS check in of RDL files from a local drive

We are using SQL Server 2008 R2 and TFS 2008. I am used to SVN but not sure how to check in my local .rdl file in TFS. When I try to check in a file I get a pop up saying no new changes to check in...

View Article


SSRS - How to copy reports from a folder to a different folder

I have multiple reports that are in a folder and I need to be able to copy those reports to other folders.  I've looked at scripting and I need a better way to do other than typing it in for each...

View Article


SSRS report while exproting to Word Documents when the Colmun has longer text

Hi All,One of SSRS report after executing user need to export into a word document for editing purpose .One of the columns in this particular  SSRS report has a long text , while exporting the report...

View Article

Format to 2 decimal places?

Hi, i need to display my data in 2 decimal places but now i'm getting results after some calculation (for eg. 2.336224). How can i round it off to 2.34?

View Article

Report taking ages to run on a report server.

I'm hoping someone might be able to offer some inspiration into a problem I'm seeing with a report. I'll start by giving some context:We have a development server and a production server, both of which...

View Article

Reports taking forever to run

I am having trouble with the run time for a report to generate.  It takes up words of 30mins for it to run in the BIDS and it times out in Report Manager. I have ran the exact same query in SSMS and it...

View Article


Help Summing Group Totals

Hi AllI have what I think is a fairly simple problem, but can't for the life of me figure out how to do it (SSRS 2008 R2) I have rows of data (shipping costs) and job no splits. So tracking no T1 may...

View Article

SSRS 2012: Hard Page brake doesn't repeat actual Page Header

Hi,I have real pain with one of my report. Since KeepTogether doesn't do anything with subreports that can go to next page I need to implement my own solution to make page breaks based on line counts....

View Article


Cannot connect to SSRS from SSMS (The RPC server is unavailable)

Dear all, I have a new laptop with Windows 7 x64 and just installed SQL Server 2008R2 developer edition (Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.1 (X64)). All services are there and all are...

View Article

Unable to connect to SSRS within SSMS

Hi,In a nutshell I'm unable to connect to SSRS within SSMS yet I can connect to SSIS, SSAS and the Database Engine within SSMS from the same named server instance ("BOO\DEMO") "SQL Server 2005 Surface...

View Article


Chart Margin Increases With Y-Axis Series Values

Version: SQL Server 2008 Reporting ServicesI've created a composite report which contains a simple line chart, with a tablix(matrix) of data details below it.  Both components reside in the report's...

View Article

sudden degradation in the performance of a SSRS 2005 report

Hi All,We have a SSRS 2005 matrix report which is using SQL server 2005 as the datasource and hosted on a windows 2005 server box.This report was rendering within 3-4 minutes before 1 week, but the...

View Article

Image may be NSFW.
Clik here to view.

hiding ssrs columns depending upon the data in it.

Hello All,I know there are many requests to figure out how to hide the columns when there is no data in it. i did search and implement it but still have few minor issues in the report. First let me...

View Article
Browsing all 4035 articles
Browse latest View live