Telerik Forums
Reporting Forum
1 answer
94 views
I have a report where the dataSource is:

public OrderMaster orderMaster;
public List<OrderDetail> orderDetails;

I have created the report using the information from the orderMaster object, and inserted a List into the center of the page to display the orderDetails.  This works fine, but I would like to carry to formatting of the list to fill up the whole area in the center of the report (every other line has the background color set, column boarders, etc).  Right now if there are 3 items in the orderDetails list, the list displays the 3 items, then there is a blank area until the PageFooter starts.

Anything I can do to get the list to behave the way I want it?
Steve
Telerik team
 answered on 02 Jun 2012
1 answer
64 views
Hi, 

I have a little problem and cannot solve this issue. I have a report and when export this using "RDF" render extension it looks pretty ugly when I open it in word 2003. There is a screen shot of this report in attachment. In later versions of MS Office everyting is ok. Also, in MS word 2003, when I go to print preview everything is fine. If export report using "DOCX" extension, I have the same thing for MS Word 2003. 
Can you help me?

Thanks
Steve
Telerik team
 answered on 01 Jun 2012
7 answers
179 views
Dear Telerik,
I found a problem when browsing your reporting samples for silverlight online,
When i click print button nothing happens, although before this laste version I remember that i tried to print before this version and i successed.
Steve
Telerik team
 answered on 01 Jun 2012
1 answer
111 views
My silverlight Telerik.ReportViewer.Silverlight.dll is 5, 3, 11, 1116
My reporting Telerik.Report.dll is 6, 0, 12, 215

In the report preview(from designer), i can see the Document Map (by making the DocumentMapText value bound to one of my fields.That's all for the report side. Any missing setting????)
However, when i run my silverlight application, i don't see the Document Map showed on my silverlight reportViewer control

Does anyone experience this issue? this is very urgent . plz help 

nothing fancy for my Silverlight part of the ReportViewer
<telerikReport:ReportViewer  UseNativePrinting="False" Name="reportViewer"   ReportServerUri="../ReportService.svc" 
        />

this.reportViewer.ReportServiceClientFactory = this;
this.reportViewer.Report = "SilverFinancials.Report." + _reportCSName + ",SilverFinancials.Report, Version=1.0.0.0, Culture=neutral , PublicKeyToken=null";
Steve
Telerik team
 answered on 01 Jun 2012
4 answers
716 views
Hei,

I'm working on a telerik report in which i add  subreports dynamicalWhen a subreport has a lot of data such that it will not fit into the remaining area of the current page the program inserts a page break leaving a lot of white space. I have set the page break to none and keep together to false but it doesn't help.
Petio Petkov
Telerik team
 answered on 01 Jun 2012
1 answer
90 views
I am using the latest version of Telerik Reporting. My Report has 3 parameters that use seperate Datasources for each. One of the Datasource objects returns a large dataset. I would like to know how to implement the same  Load on Demand  functionallity as I use on the RadComboBox Controls Load on Demand. 
It would even work if I had the functionallity like Telerik uses on the ComboBox used when you Select your Country on the Create accout page.

Thanks,
DM 

Example from RadComboBox
protected void RadComboBox2_ItemsRequested(object sender, RadComboBoxItemsRequestedEventArgs e)
{
     DataTable data = GetData(e.Text);
}

private static DataTable GetData(string text)
{
     SqlDataAdapter adapter = new SqlDataAdapter("SELECT * from Customers WHERE CompanyName LIKE @text + '%'",
ConfigurationManager.ConnectionStrings["NorthwindConnectionString"].ConnectionString);
adapter.SelectCommand.Parameters.AddWithValue("@text", text);

DataTable data = new DataTable();
adapter.Fill(data);

return data;
}


Steve
Telerik team
 answered on 01 Jun 2012
1 answer
127 views
Hi,

I've using te vs2008 sp1 which is professional edition. i've install the telerik reporting Q1 2012. The installation process runs smoothly. I open the visual studio and the telerik reporting tools is available at the toolbox.

Now, i add a new telerik report file call report1.cs at the app_code folder. It shows error object reference not set to an instance of an object. so i went on to check the reference at the .NET tab inside the "Add Reference". All the references are there.

So what am i missing?
Steve
Telerik team
 answered on 01 Jun 2012
3 answers
153 views
Hello again :)
By default go to page not working? How it enable?
Steve
Telerik team
 answered on 31 May 2012
2 answers
111 views
Hello
It possible to hide navigation buttons and how?

 
Hans
Top achievements
Rank 1
 answered on 31 May 2012
1 answer
752 views
Hi,
I would like to add an automatic number (autoincrementing number/field) to the text under each table and picture in my report, like:
Table {autonumber} shows annual income.. etc.

Is there a way I can create a field, or something that I can insert in a htmlTextbox along with the text, that dynimically auto increments a value with each entry? 
Steve
Telerik team
 answered on 31 May 2012
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?