I have a header column in a table that is merged across three columns below. I conditionally hide the middle column and want to shrink the width of the merged column to the size of the remaining two columns.
I've tried multiple ways to do this and haven't been able to get an answer.
See attached examples. I want to hide the Cost Column on certain conditions, and have the width of "Out" be the size of Quantity + Price.
Hello,
I am using Telerik Report Designer. I have a subreport called SubConfStatementDtls that has its own datasource. My columns are ID, Entry Date, Amount, Tax, and Running Total. For the Running Total column, I am adding the Amount and Tax columns. When I use the RunningValue function in the Running Total column, it does not restart for each grouping. My items are grouped by Fields.TransID.
The formula I have in the RunningTotal column is:
=Format("{0:C}", RunningValue('SubconfStatementSummary', Sum(Fields.stmtBasicAmt + Fields.TaxAmount)))
SubconfStatementSummary is the Name within the Properties section of this subreport.
The screenshots below are found in the same report when I run it. I was hoping that when I got to a new Item (in this example, Conference Housekeeping) that the Running Total would not carry over from the item before it (Conference Accommodation).
What am I missing?
Hi,
I would like to ask how to configure the stacked bar graph scale for date time data. When the data is 30 mins interval, the graph draws every interval with very thin bar. If I set the base unit property to "Hour" the bar is thicker, but it is not showing for every interval.
Could you suggest the possible configuration setting to draw every data point with thick bar line.
I have attached the screenshots for the existing bar chart configuration and expected bar.
Thank you in advance.
Hello
I am attempting to run the BlazorGridAndReport example from your github repo. It compiles and runs, but I get the yellow bar of death at the bottom of the app once the page loads.The api portion of the app does seem to work. Dev tools does not show any useful information just "Error: the circuit failed to initailize". I have tried updating all the telerik nuget also and that did not make a difference. Any ideas?
I have inserted a picture below to show if I // the report view and run it, it's working as per the second picture, but if I enable the same two line marked in red, then I get an error in the paging number.
Paging number working no issue if I disable the reportviewer as per the second picture.
If I enable the reportviewer then I get the following error - paging number is not showing.
Recently we have noticed that we're having this error on our Live site "The source of the report definition has not been specified." but working on local.
Were still using file version 9.2.15.1105 for both Telerik.Reporting.dll and Telerik.ReportViewer.WebForms.dll.
No code changes or whatsoever.
Any ideas why this happen?
Hi all, I can preview my report in Telerik Report Designer tool, but when I integrate and run the MVC project in Visual Studio, it says "no page to display"... There are no error messages.
Any help would be appreciated,
Thanks!
Hello All,
From URL https://docs.telerik.com/reporting/knowledge-base/display-web-report-designer-in-angular-application
I have downloaded angular application. I have run the application, but while loading application in browser one ajax request is failing
https://demos.telerik.com/reporting/api/reportdesigner/reports/Product%20Catalog.trdp/
getting below error
Getting error : Could not find file 'C:\\Telerik\\WebSites\\demos.telerik.com\\reporting\\Reports\\Product Catalog.trdp'
Has anyone faced issue regarding this?
Thanks