reporting-services

ssrs report columns not aligning with headers

谁说我不能喝 提交于 2020-01-10 05:55:09
问题 My ssrs report headers are not aligning with the columns when I scroll. Below is the report, as it misaligned when I scroll right, I've tried placing it in a rectangle but that didn't work too. I'm trying to freeze the first two columns and want to have the rest scroll through as I scroll right. 回答1: If you want the header visible while scrolling, you need to go to tablix properties > General and check the option Keep header visible while scrolling . Then go to column/row groups in the

VB.Net: How to use an Object data source in report (.rdlc)

白昼怎懂夜的黑 提交于 2020-01-10 03:18:06
问题 My question is similar to this one but I'm having some problems with the actual implementation. I've got a report (.rdlc) in the business layer of a 3-tier app. I've got an object in the BL ( EmployeeManager ) which has a GetEmployees(Expression as Expression(Of Func(Of Employee, Boolean))) As IQueryable(Of Employee) method. As I didn't want to try and pass a lambda in directly (at least not until I've got something working), I've created a ReportData class in the BL which wraps the

how to remove time from datetime

匆匆过客 提交于 2020-01-09 03:24:33
问题 The field DATE in the database has the following format: 2012-11-12 00:00:00 I would like to remove the time from the date and return the date like this: 11/12/2012 回答1: First thing's first, if your dates are in varchar format change that, store dates as dates it will save you a lot of headaches and it is something that is best done sooner rather than later. The problem will only get worse. Secondly, once you have a date DO NOT convert the date to a varchar! Keep it in date format and use

how to remove time from datetime

寵の児 提交于 2020-01-09 03:24:09
问题 The field DATE in the database has the following format: 2012-11-12 00:00:00 I would like to remove the time from the date and return the date like this: 11/12/2012 回答1: First thing's first, if your dates are in varchar format change that, store dates as dates it will save you a lot of headaches and it is something that is best done sooner rather than later. The problem will only get worse. Secondly, once you have a date DO NOT convert the date to a varchar! Keep it in date format and use

Could not load file or assembly 'Microsoft.ReportViewer.Common, Version=11.0.0.0

不羁岁月 提交于 2020-01-08 16:04:24
问题 I recently upgraded my n-tier solution from .NET 3.5 vs 2008 to 4.5 visual studio 2012 . Every thing went fine apart from crystal reports and I had to install new runtime crystal reports for visual studio 2012 from the following link http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_5.exe. After installing the above package I had to resolve some deprecated function and properties of CrystalViewer and after that reports rendering properly in development environment (Windows 7

DynamicHeight pie chart underlapping other objects in the same rectangle in reporting services 2008

拈花ヽ惹草 提交于 2020-01-07 09:06:32
问题 I have a pie chart in SSRS 2008 which when it reaches a certain size is underlapping objects which appear below, but still inside the same rectangle; the height of the pie chart is calculated using the DynamicHeight property of the chart Apparantly: Using Rectangles to Control Item Growth and Displacement Items within a rectangle become peers of each other and are governed by the rules of how peer items are positioned on the page as they move or grow. For example: • Items will push or

Nested Cursor based update

烈酒焚心 提交于 2020-01-07 06:36:47
问题 So this is for a SSRS report so I'm using temp tables. I have two tables, one for transactions that I'm just using it to pull the account and the amounts. The second is amortized delinquency information I'm trying to adjust based on the transaction but I'm running into syntax issues. Are case statements not allowed to be used with cursors or updates? --Example Transaction:Account 123456 Principal 500.00 Interest 250.00 delinquent 5 months of 200 principal each month, the transaction had

Cannot go back to main ssrs report from a drill thru report in Chrome report viewer

有些话、适合烂在心里 提交于 2020-01-07 05:16:07
问题 I have a SSRS report with includes a Drill Through report. When I run the report from Report Manager and click the link to go to the Drill Through Report, there is a 'Back' button so the user can go back to the main report. When I display this same report in my AngularJS application that has a Report Viewer, I can go to the Drill Through Report when I click the link but I cannot go back to the main report. If I use the back button on the Google Chrome Browser, I have to re-enter all of the

Freeze Columns FROM Row Group during Horizontal Scroll in ssrs

一个人想着一个人 提交于 2020-01-07 03:47:07
问题 I have a ssrs Report. It have 15 columns . First 4 columns are Region, district, Office, week ( These are the part of Row Groups). The report is toggled based on these columns . Now my requirement is, I need to Freeze these columns in the report while scrolling other columns horizontally. I have tried with setting Fixed data true property etc... which doesn't worked out. Could anyone help me to find the solution? thanks for the help 来源: https://stackoverflow.com/questions/35506247/freeze

Calculating a % rate based on two date dimension in one cube

混江龙づ霸主 提交于 2020-01-07 03:27:07
问题 Set up - SSAS 2012 with OLAP cubes (built by supplier) and MS Report Builder v3. No access to BIDS. I am building a report which needs to calculate a disposal rate based on data from a single cube. Historically this would have been calculated from two separate tables of data, giving a count by month of new items by date recorded and a count by month of items disposed by month of disposal. This can then be turned to a disposal rate using a lookup or similar. Blank disposal dates are fine (can