Hi guys,
In my report I have a table like thing (it needs to be like this because of complicated data and a normal table isn't capable of everything I need).
Based on the type of data (there are doors, walls etc.) I have different "columns" visible.
So I made a few panels right docking, a few left docking and the middle "Teile-Art" is fill.
The problem is now, that even though this "Teile-Art" has enough space because other columns are not visible, it uses space like there is not enough.
If I set the Textbox in it to Multiline=False it not grows, but I actually want it multiline if there would be not enough space.
I attached my report, you cant preview it, cause you want have the database, but you should see how the elemts are set with Docking.
I played around with Docking and Anchor but don't get it to work as I want.
Maybe you have an idea.
Greetings, Benedikt
Hi,
I ma running a report that has 1 chart, but for some reason when I run it multiple duplicates of the same chart show up on the report.
Does anyone have suggestions on what setting to tweak?
Thanks
Hi Technical team,
I added a parameter in a report parent by following this link: https://docs.telerik.com/reporting/designing-reports-parameters-adding-parameters
I let all the values by defaults.
Then, I tried to pass the parameter to a SubReport under the parent report by following this link: https://docs.telerik.com/reporting/report-items-sub-report
All I did is in Report Designer.
However, after that the parent report is initiated, I found the value of parameters always null or empty.
Could you tell me where I did wrong?
Many thanks,
Hi,
is there a working example of Telerik Reporting used in Blazor WebAssembly? I've only found server-side Blazor examples.
Thanks.
Hello,
We have a web site hosted in Azure, and we are trying to add Telerik report generation to it. It works just fine when running in Visual Studio, but when we publish it to Azure and run it from there, we get the below error. I realize this is a very generic question--I don't have a little test project that I can provide--but does this symptom sound familiar to anybody? A known issue with deploying Telerik.Reporting to Azure, perhaps?
Using Telerik Q1 2014.
Method in Question:
try
{
var monthlyInvoice = new Reports.MonthlyInvoice(model);
var reportProcessor = new Telerik.Reporting.Processing.ReportProcessor();
var generatedReport = reportProcessor.RenderReport("PDF", monthlyInvoice, null); //*** where it crashes
return generatedReport.DocumentBytes;
}
catch (Exception exp)
{
Tracker.TrackError(exp, ErrorTrackerTags.Report, ErrorTrackerTags.Invoice);
return null;
}
The Error:
Message: [ArgumentException: Parameter is not valid.]
System.Drawing.Graphics.GetHdc():29
Telerik.Reporting.Pdf.PdfContext..ctor():36
Telerik.Reporting.Pdf.PdfDocument..ctor():38
Telerik.Reporting.ImageRendering.DocumentPdf.FindOrCreateDocument():48
Telerik.Reporting.ImageRendering.DocumentPdf..ctor(PdfRenderingContext context, IMeasureContext measureContext):15
Telerik.Reporting.ImageRendering.PdfReport.CreateDocument(IDictionary renderingInfo, IDictionary deviceInfo, CreateStream createStreamCallback, PageSettings pageSettings):11
Telerik.Reporting.BaseRendering.DocumentRenderingExtensionBase.CreateWriter(IDictionary renderingContext, IDictionary deviceInfo, CreateStream createStreamCallback, PageSettings pageSettings):0
Telerik.Reporting.ImageRendering.PdfReport.CreateWriter(IDictionary renderingContext, IDictionary deviceInfo, CreateStream createStreamCallback, PageSettings pageSettings):0
Telerik.Reporting.BaseRendering.RenderingExtensionBase.Render(Report
report, Hashtable renderingContext, Hashtable deviceInfo, CreateStream
createStreamCallback, EvaluateHeaderFooterExpressions
evalHeaderFooterCallback):120
Telerik.Reporting.Processing.ReportProcessor.RenderCore(ExtensionInfo
extensionInfo, IList`1 reports, Hashtable deviceInfo, IRenderingContext
renderingContext, CreateStream createStreamCallback):388
Telerik.Reporting.Processing.ReportProcessor.ProcessAndRender(String
format, ReportSource reportSource, Hashtable deviceInfo,
IRenderingContext renderingContext, CreateStream createStreamCallback):27
Telerik.Reporting.Processing.ReportProcessor.ProcessAndRenderStateless(String
format, ReportSource reportSource, Hashtable deviceInfo,
IRenderingContext renderingContext, CreateStream createStreamCallback):0
Telerik.Reporting.Processing.ReportProcessor.RenderReport(String format, ReportSource reportSource, Hashtable deviceInfo):36
Billing.Reporting.Generator.GenerateMonthlyInvoice(MonthlyInvoiceModel model):7
Hi team,
I want to exclude export options (Exel ,RTF, TIFF, Web arhive) from Report designer's telerik ribbon . I can do this from web.config file but its getting excluded from other pages as well, I just wanted to exclude these options from single page report not from all pages of my project.
Anyone can help me asap?
Kind regards,
Payal
There appears to be a bug with the CSV Data Source in the Web Report Designer - There are 3 options listed: Upload CSV file, Use existing CSV file and Use CSV Inline. When selecting the 'Use CSV Inline' option the forms keeps either "Upload ..." or "Use existing ..." selected and continues to validate for the missing file.