Telerik Forums
Reporting Forum
3 answers
171 views

Hi,

Can you please guide me why a i getting following error while binding y-axis maximum property. 

"An error occurred while invoking the setter property to 'Max size' of type "Telerik.Reporting.Drawing.Unit"

attached error for reference -

I am followig steps mentioned in following article:

http://docs.telerik.com/reporting/graphhowtousebindingstocontrolcsproperties

Katia
Telerik team
 answered on 15 Aug 2017
3 answers
273 views
Hi,

how i can do mail merge through telerik reporting?

Regards,
Syed
Todor
Telerik team
 answered on 11 Aug 2017
1 answer
169 views
I'm having a problem creating a pie chart, where I am passing in values and the numbers are showing up, but the actual pie chart isn't graphically displaying them as different sizes.
Ivan Hristov
Telerik team
 answered on 11 Aug 2017
11 answers
2.9K+ views
hello
I have a report and have Chinese characters  when i choose the export to pdf . the pdf  is generated but the Chinese characters are  shown abnormal .

    eg: 
So, instead of what I would expect:
"δΈ­ζ–‡12"

I see this:
" τ€€€τ€€€12" 
is there a way to fix this?
randall
sayli
Top achievements
Rank 1
 answered on 11 Aug 2017
1 answer
689 views

I'm currently encountering an issue while trying to bind a collection to a table. I have a collection of a generic structure containing a list of fields. I want to bind the collection to a table and be able to show each field in the appropriate column. Unfortunately, it doesn't seem to work...

Is there a way to do that? It seems that most of the time, the advice is: set the report data source to the collection of objects. But this is not an option here, since I have other data to show which needs to be part of the data source.

Also, is there a way to inspect the Fields object when debugging?

Best Regards,

Bastian

Ivan Hristov
Telerik team
 answered on 11 Aug 2017
1 answer
159 views

Hi, 

 

We are using Adobe JavaScript "app.execMenuItem('ShowHideBookmarks')" to show the hide bookmarks by default for the PDF generated. It looks like only affecting the report when open the PDF report via Adobe Reader. But when open the same report via IE, the report is opened in a "Read Mode" and both the bookmark and navigation panel are hidden. Is there any default properties( for example, pdf initial view) can be modified via the code when rendering the PDF file? Thanks.

 

Regards,

Susie

Squall
Top achievements
Rank 1
 answered on 10 Aug 2017
1 answer
1.3K+ views

Bit of a newbie to Telerik Reporting.  I am working in the standalone Report Designer, and I have been digging around for a way to round values in a calculated field but cannot find anything supported by Telerik.  For example:

I'm trying to calculate the total amount owed by creating a calculated field that uses the following logic: Net Weight * Rate = Amount Owed.  However, I am trying to establish a way for the rounding to be consistent every time (I have several different reports, and sometimes the differences in rounding will lead to discrepancies between reports).

I have also tried using this formula, but I'm still seeing discrepancies in my reports: = Round( (Fields.UnitPrice * Fields.NetWeight*100) / 100).  Additionally, I tried using the VB Script function FormatNumber but I received an error saying this was an undefined function (is it possible to define your own functions?).  Simply formatting the field as a number did not help, either.

I need to find a way to tell Telerik to round to two decimal places, but I need it to round either up or down depending on the value so using Floor() and Ceiling() are not going to help.

Thanks in advance!

Todor
Telerik team
 answered on 10 Aug 2017
2 answers
207 views
Hi Telerik,

I am using telerik Control for table in telerik reporting PDF. I have set a table property "NoDataMessage" with text "XYZ". It is working fine when records are there but in case no record comes from database it throws exception "Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index". I am facing this issue when updated my telerik.reporting.dll from older version 11.0.17.118 to new version 11.1.17.614.

I have attached images for exception & table property. Please suggest the solution.


Thanks
Yashad
Anthony
Top achievements
Rank 1
 answered on 09 Aug 2017
2 answers
84 views

Hi,

before we start to develope a new app one or two questions to telerik reporting.

As i can see the "TRDX-File" is a xml-Struct. So it should be possible to creat a report on the fly by writting a
txt-file an name it to trdx?! Including a csv-Datasource?

And with the Report Viewer it should be possible to print the report in a pdf File with correct sizing like 15cm width
and 7cm height? So i can send the pdf to a windows label-printer??

 

Thanks a lot
Regards RENE

Rene
Top achievements
Rank 1
 answered on 09 Aug 2017
2 answers
106 views

hi,

 

i created a simple Report with an csv-Datasource. But after clicking on "Preview" and saving the report, i can't open it again.
I just get an error:

I use to try out "ReportDesinger R2 2017 TRIAL".

Youe see the error @ the attached file.

This is the report opened with Notepad++

<?xml version="1.0" encoding="utf-8"?>
<Report DataSourceName="csvDataSource1" Width="104.999999495347mm" UnitOfMeasure="Mm" Name="Report1" SnapGridSize="0.1cm" xmlns="http://schemas.telerik.com/reporting/2012/4.2">
  <DataSources>
    <CsvDataSource RecordSeparators=" " FieldSeparators=",}" HasHeaders="True" Name="csvDataSource1">
      <Source>
        <Uri Path="file://goldab/pcdaten/test.csv" />
      </Source>
      <Columns>
        <DataColumn Name="sku" />
        <DataColumn Name="Name" />
        <DataColumn Name="Bild" />
        <DataColumn />
      </Columns>
    </CsvDataSource>   
  </DataSources>
  <Items>
    <DetailSection Height="60mm" Name="detailSection1">
      <Items>
        <Barcode Width="54mm" Height="21.0000019073486mm" Left="36.9999974767368mm" Top="4.99999747673678mm" Value="= Fields.sku" Stretch="True" Name="barcode1">
          <Encoder>
            <EAN128Encoder />
          </Encoder>
        </Barcode>
        <PictureBox Width="25.9999949534736mm" Height="25.9999989906947mm" Left="4.99999949534736mm" Top="4.99999747673678mm" Name="pictureBox1">
          <Bindings>
            <Binding Path="Value" Expression="= Fields.Bild" />
          </Bindings>
        </PictureBox>
        <TextBox Width="48.9999954581262mm" Height="18.9999984860421mm" Left="4.99999949534736mm" Top="34.9999984860421mm" Value="= Fields.Name" Name="textBox1" />
      </Items>
    </DetailSection>
  </Items>
  <PageSettings PaperKind="Letter" Landscape="False" ColumnCount="1" ColumnSpacing="0cm">
    <Margins>
      <MarginsU Left="1in" Right="1in" Top="1in" Bottom="1in" />
    </Margins>
  </PageSettings>
  <StyleSheet>
    <StyleRule>
      <Style>
        <Padding Left="2pt" Right="2pt" />
      </Style>
      <Selectors>
        <TypeSelector Type="TextItemBase" />
        <TypeSelector Type="HtmlTextBox" />
      </Selectors>
    </StyleRule>
  </StyleSheet>
</Report>

 

Thanks a lot
RENE

Rene
Top achievements
Rank 1
 answered on 09 Aug 2017
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?