Telerik Forums
Reporting Forum
1 answer
178 views
I have a report that has picture boxes. If the path specified doesn't exist, the picture box renders as a huge error message that pushes other information off the report and causes blank pages to render. I would like the picture box to render either blank or stay within its defined size(not get unexpectedly large to display the error). I cannot assume that all pictures needed exist, but the picture information is not that critical. However the information the picture box error obscures is critcal.

Is there any way around this?

Steve
Telerik team
 answered on 29 May 2009
2 answers
102 views
I have a stored procedure which gives me two different tables. One having the details of the loans and the other having calculated averages of the numbers of these loans. I have two sections of the report which are to be binded respectively with these two tables.
My problem is how can I handle a dataset with the procedure giving me two result sets?

Any help would be appreciated. Thanks


Sony Telkar
Top achievements
Rank 1
 answered on 29 May 2009
3 answers
166 views
I've following xml file. Each room is a position on a invoice and each room may include multiple optional packages (sub positions). I know I can use the xml to create a dataset and bind it to the control, but how can I define which part of the data to use for the different sections and textboxes? Is there an expression to define table and column or binding a table to a subreport?

<MyOrders>
  <room>
    <roomname>Zimmer</roomname>
    <nr>1</nr>
    <confnumbername>Ihre Reservierungsnummer</confnumbername>
    <confnumber>PL238035928P1<confnumber>
    <selectedroom>Executive Suite</selectedroom>
    <selectedrate>Katalogpreis</selectedrate>
    <ratedes>My rate description</ratedes>
    <details>Anzahl Erwachsener: 2</details>
    <price>480,00</price>
    <curr>EUR</curr>
    <packageinfotxt>Zusätzlich gebuchte Pakete</packageinfotxt>
    <packages>
      <package>
        <packagename>Dünen Beauty</packagename>
        <packagecount>1</packagecount>
        <packageprice>290,00</packageprice>
        <curr>EUR</curr>
      </package>
      <package>
        <packagename>Beauty Arrangement</packagename>
        <packagecount>2</packagecount>
        <packageprice>348,00</packageprice>
        <curr>EUR</curr>
      </package>
    </packages>
  </room>
  <room>
    <roomname>Zimmer</roomname>
    <nr>2</nr>
    <confnumbername>Ihre Reservierungsnummer</confnumbername>
    <confnumber>PL238035928P1<confnumber>
    <selectedroom>Executive Suite</selectedroom>
    <selectedrate>Katalogpreis</selectedrate>
    <ratedes>My rate description</ratedes>
    <details>Anzahl Erwachsener: 2</details>
    <price>480,00</price>
    <curr>EUR</curr>
    <packageinfotxt>Zusätzlich gebuchte Pakete</packageinfotxt>
    <packages>
      <package>
        <packagename>Dünen Beauty</packagename>
        <packagecount>1</packagecount>
        <packageprice>290,00</packageprice>
        <curr>EUR</curr>
      </package>
      <package>
        <packagename>Beauty Arrangement</packagename>
        <packagecount>2</packagecount>
        <packageprice>348,00</packageprice>
        <curr>EUR</curr>
      </package>
    </packages>
  </room>
  <booker>Frau erzet</booker>
  <hotel></hotel>
  <total>1.118,00</total>
</MyOrders>
Steve
Telerik team
 answered on 28 May 2009
12 answers
273 views
Hi, I have added to a solution a Telerik Report.
When start the wizard I have select "BusinessObject" in datasource option, when I click "Next >" VisualStudio freeze....:-(

Thank for any suggestion
Giorgio
Steve
Telerik team
 answered on 28 May 2009
1 answer
225 views
Hello
I have table structure with headers of columns in my web  reports.After extracting the  report to pdf ,I see table headers (column names ) in my first pdf page ..However if tables shrinks down to the other pages  , table headers is not vsible on second ,third...pages .
I need to show table header /column names on this pages as well.How can I program it ?

Thanks a lot in advance
Regards
Steve
Telerik team
 answered on 28 May 2009
1 answer
89 views
Hi,

I want to create sub reports, I can able to create normal reports but haven't used creating sub-reports.

is there any video creating sub reports or documentation in detail.

Thanks.
Steve
Telerik team
 answered on 28 May 2009
4 answers
421 views
Hi,

I place few textboxes in the details section which i am displaying data through programmatically. And i am doing conditional formatting with few of the textboxes with changing the background colors and everything works. But Few textboxes contains lot of text which shows increasing height and few of them are small but does increase the height. I did conditional formatting to change the background colors of these small textboxes which does not increase in height as the other textboxes so that the height is equally to details section.

Even i try in code but does not effect anything for small textboxes.

Public Sub New()
        InitializeComponent()
        DisplayData()
        M1.Height = Me.detail.Height
        M2.Height = Me.detail.Height
        M3.Height = Me.detail.Height
        M4.Height = Me.detail.Height
        M5.Height = Me.detail.Height
        M6.Height = Me.detail.Height
        M7.Height = Me.detail.Height
        M8.Height = Me.detail.Height
        M9.Height = Me.detail.Height
End Sub



Pleae tell me how to increase the height of the textboxes dynamically what ever height of details section.

Thanks.

Regards
Syed Arshad
Steve
Telerik team
 answered on 28 May 2009
3 answers
58 views
Hi,

I've tried Reporting Q1 09 SP1. It seems something's wrong with Docking function in the below scenario.

- I've created a report, and added 2 groups to my report (groupHeaderSection1/groupFooterSection1 & groupHeaderSection2/groupFooterSection2).
- Drag & drop "TextBox" from ToolBox to group1, change its "Docking" property to "Left". It's working over here.
- But, when I drag & drop textbox from ToolBox or copy textbox from group1 to group2, Docking property over here seems not working.

Is it a bug or do I miss something???

Thanks,
Sandy
Steve
Telerik team
 answered on 27 May 2009
2 answers
180 views
Hi,

I am trying to make conditional formatting GroupFooterSection2(GroupFooterSection) but i could not able to do. I am getting errors,  "An error has occured while processing TextBox 'TextBox12': The expression contains object 'Textbox12' that is not defined in the current context".

I am generating the report through programatically,  the values are displaying on the report. I place a textbox in the group footer section2 and try to sum of the columns and textbox value is =sum(Fields.M1).

The total sum value is displaying but when i trying to do conditional formatting i am getting an error. 

I just want to change the color of the sum textbox if it greater than 120.

Please tell me how to overcome with this problem.

Thanks.

Regards
Arshad

Please tell me how to overcome with this problem
Syed
Top achievements
Rank 1
 answered on 27 May 2009
1 answer
146 views
Hi,

I am displaying a report in a browser. I have  one parameter "employeeid"  in a report and i am trying to get the vlaue of the parameter from outside the report.

Let me tell the situation from where the value is coming from.

I have two web pages,  the first one contains some employees information and another one is displaying a report on this page.
And i am passing a querystring(employeeid information) from the first page to report page, which i am storing in parameter(employeeid).

I see a video parameter query but cannot able to get the concept.

Please tell me how to get the value of parameter which i am sending from the outside the report.

thanks.

Regards
Syed Arshad
Steve
Telerik team
 answered on 27 May 2009
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?