Hello.
I try to get the last date of the next month in my report. And it's have to work fine even at the end of the year. By example, if i print my report in december 2019 i want to display on it Jan, 31 2020.
Any suggestion will be very appreciate.
Have nice day everyone.
I have a report (trdp) with a zip code field. some of the data has the zip code saved as 5 digits some have 9 (ie. 12345-4578). If the data length is 5 I want the report to display 01245 if it's length is > 5 I want to display 01245-7845.
How would one acomplish this without using a user defined function?
Hello,
i'm new with Telerik report designer. So i want to make a connexion to a MS Access file but window of "Choose an object context" came empty.
Is there any explanation for this case?
Thanks.
PLEASE VIEW THE ATTACHED SCREEN SHOT.
Setting ReportSource parameter does not set the ReportDocument parameter value.
Why is the parameter value not flowing to the ReportDocument as the docs state it does?
Thank you!
Karl
I have a TRDP or TRDX that I have resolved at runtime.
These TRDP and TRDX objects don't expose anything except parameters. Not sure why this is.
How can I set the DataSource at runtime?
(please don't ask why I want to do it, I just need to, thank you)
Karl
telerik report designer : 13.1.19.618
When I use IIF as = IIF(1 > 0, 1, 0/ 1) , it throws exception Attempted to devide by zero. I think it is a bug.
Does anyone know how to get the value of report parameters in the default report constructor? I am using Telerik.ReportViewer.Html5.WebForms. You used to be able to get it by the example below but this no longer works. Is there another way to get a reference to a parameter within the default constructor?
public partial class Report1 : Telerik.Reporting.Report
{
public Report1(int month)
{
//
// Required for telerik Reporting designer support
//
InitializeComponent();
//
// TODO: Add any constructor code after InitializeComponent call
//
int MonthParam = month;
}
}
when trying to change the page setup (especially page width and height) dynamically according to a specific input .
the page setup works fine when the system is in English (default) , but when changing the language the width and height parameters doesn't bind with the telerik report
* the report's data is in English
* Paper Kind : Custom , Width : 80 and Height:100
I have an issue on my Telerik charts where the data label will be inside of the column if the column reaches the edge of the chart area, as attached.
Is there anyway to force the chart to not reach the edge so this won't occur? I'm assuming it takes the largest value and uses that as the edge of the chart, how do I go about stopping this? I've made sure the DataPointLabelAlignment is set to OutsideEnd, as that would make the most logical sense.
Any help on this would be greatly appreciated - I'm sure it's something small and stupid that I'm missing!
Thanks,
I have created a line chart with a DateTime scale for the X-Axis, however it start's slightly offset from the Y-Axis. I know I can set this from the CrossAxisPosition on the X Axis scale, but it seems I can only set a pre-defined datetime value, as from the DateTimeScale.png attached, and not a dynamic one based of the datasource. Is this possible or is there a way around it?
Thanks,