telerik-reporting

Nested table in Telerik reporting?

末鹿安然 提交于 2019-12-22 10:10:33
问题 I couldn't find any solution regarding this matter. If anyone use Telerik and have any idea about this please post. :) Currently I have an ojbect: Absence -> List<Available> Available I was successfully pass the List object to the main table and list out the Absence object. However when i try to do something like the ff, I have a mental block and I could not find anyway either on google or on their documentation ------------------------------------------------------------ | ABSENCE | --------

Telerik Report Designer - Remove line if the parameter is NULL

故事扮演 提交于 2019-12-14 03:21:47
问题 I am working for the first time ( hopefully last) with Telerik Report Designer and I am struggling with something. I have linked a data source to my report and what I am trying to achieve is to remove empty line when the parameter is NULL. This is how it looks right now: enter image description here Since ServiceLocationAddressLine2 and ServiceLocationAddressLine3 are empty, it leaves 2 empty rows as shown above. How do I fix that? Thanks Telerik Interface 回答1: you can use ItemDataBinding

Telerik report showing same data for all columns created dynamically

狂风中的少年 提交于 2019-12-13 20:43:26
问题 I have created a telerik report using Visual Studio and set the Datasource from the DataTable. I am creating the columns dynamically at runtime using Telerik.Reporting.TableGroup. Now the problem I am having here is that the report showing the same data for all of the fields and when I debug it is setting different fields for different. The code I am using is as follows: private void Report4_NeedDataSource(object sender, EventArgs e) { DataTable dt = new DataTable(); dt = SalesReport

Two output file names resolved to the same output path

笑着哭i 提交于 2019-12-13 16:58:52
问题 I have a project in VS2013, where I use the report from Telerik. In the solution I have one report and a few classes. If I copy the first report rename it, Visual Studio reports error: Two output file names resolved to the same output path: "obj\Debug\... If I Remove the copied report and try to through the wizard add a new report to project, VS report me the same error. Do you have someone with experience and someone you do not know the solution? Thank you 回答1: I got this error when using

Telerik Report : Starch line in Detail band or Add Empty rows

﹥>﹥吖頭↗ 提交于 2019-12-13 04:22:16
问题 I am trying generate one sale bill format format in telerik report design. I Need Output like detail band is grow to fit page size. like adding blank row. i have used table inside details band. Is there any property in detail band or in table to fit page size? or i have to manually add blank rows? 回答1: You can set the Docking property by selecting the table and then using the property window to set the value. Set it to Fill by clicking in the value box and selecting Fill . Alternatively you

Localization in Telerik Reports(TRDX reports)

♀尐吖头ヾ 提交于 2019-12-11 10:35:09
问题 We are working on a reporting requirement where fixed format reports created in Telerik standalone report designer(.TRDX report files) will be hosted in an asp.net web application. Whenever end users wish to change the layout of TRDX reports they can edit(add or remove a column) the reports using standalone report designer and copy the report back to solution path, now the new layout of report would be displayed when the dot net application page is refreshed in a browser. We are able to

How to pass a value from ASP.NET MVC controller to ASP.NET webforms control inside MVC View?

浪尽此生 提交于 2019-12-11 02:52:19
问题 My way to ASP.NET MVC was not across ASP.NET Web Forms, so it's hard for me to understand how better to pass value from ASP.NET MVC controller to ASP.NET webforms script which is inside MVC View. For example, controller action: public ViewResult Print(string id) { ... string myvar = "realvalue"; return View(); } My view: <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<dynamic>" %> ... <asp:Content ID="Content2" ContentPlaceHolderID

Using a list in my ObjectDataSource on my report for the DataSource of a Telerik Chart in report

本小妞迷上赌 提交于 2019-12-10 11:54:47
问题 Hey there I'm trying to use a list (Loans) within my ObjectDataSource (objectDataSource1) object on a report, as the DataSource for my Telerik chart on the same report. The majority of the tutorials I have looked at all show the report querying their database with a SQL string. I feel I'm over looking something silly. I've also posted on Telerik and haven't got a response quite yet. What I want to do is something like this: chart1.DataSource = objectDataSource1.Loans; Or to be able to just

Nested table in Telerik reporting?

蹲街弑〆低调 提交于 2019-12-05 23:53:38
I couldn't find any solution regarding this matter. If anyone use Telerik and have any idea about this please post. :) Currently I have an ojbect: Absence -> List<Available> Available I was successfully pass the List object to the main table and list out the Absence object. However when i try to do something like the ff, I have a mental block and I could not find anyway either on google or on their documentation ------------------------------------------------------------ | ABSENCE | ------------------------------------------------------------ | Field1 | Field2 | | | | ------------------------

Telerik Reporting over SSRS?

跟風遠走 提交于 2019-12-03 01:38:06
问题 Broad question is: Is there anything Telerik Reporting can do that SSRS (2005) cannot? Specifics: We're looking to migrate our current Reporting infrastructure from in-house ASP.NET + Crystal (VS Edition) to something else. Ignoring the cost factor (we have a Telerik license), is there any pros or cons to going with Telerik over SSRS? Key elements we need are: generate reports from a custom ASP.NET application schedule reports email reports on demand or on a schedule pdf output, drilldown