Hello,
I have a problem about the Telerik Report. I found a report with parameters when I scanning the examples about Silverlight how to call the WCF report. You made it work for adding a combox in the component element of WCF report. If the combox is in the Silverlight, Would you tell me how to realize it which the report with the parameter .How can I pass this parameter to the control of WCF report and make it display dynamic?
I can't find examples to custom format YAxis Appearence...
I have YAxis to format from 0, 10, 20, 30.... to 0%, 10%, 20%, 30%... and the result of this
chart1.PlotArea.YAxis.Appearance.ValueFormat = style.ChartValueFormat.Percent;
is 0.000,00%, 10.000,00%, 20.000,00%, 30.000,00%...
In YAxis2 to format from 10, 20, 30... to 10.000, 20.000, 30.000... and I have 10000, 20000, 30000...
I have a problem while I am trying to add telerik reportviewer in silverlight application.
I am getting error:
Error HRESULT E_FAIL has return from call to a COM component.
I am trying below written code:
<controls:ChildWindow x:Class="ImageEditor.TReportView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls"
Width="650" Height="900" xmlns:telerikReport="clr-namespace:Telerik.ReportViewer.Silverlight;assembly=Telerik.ReportViewer.Silverlight"
Title="TReportView">
<Grid x:Name="LayoutRoot" Background="White" > <telerikReport:ReportViewer Margin="5,5,5,5" UseNativePrinting="False" Name="reportViewer" Width="Auto" Height="Auto" ReportServerUri="../ReportService.svc"
</Grid>
</controls:ChildWindow>
Telerik.Reporting.Service, Version=5.1.11.713
Telerik.ReportViewere.Silverlight version =5.1.11.713
VS2010 in windows 2007
Is there a way to completely remove a subreport if it has no items?
right now if there are no line items the headers appear
about 1/3 of the subreports are empty
it's a large report and they are taking up room