Telerik Forums
Reporting Forum
1 answer
76 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
199 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
147 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
747 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
103 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
148 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
165 views
Hello again :)
By default go to page not working? How it enable?
Steve
Telerik team
 answered on 31 May 2012
2 answers
129 views
Hello
It possible to hide navigation buttons and how?

 
Hans
Top achievements
Rank 1
 answered on 31 May 2012
1 answer
825 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
1 answer
142 views

I would like to limit the number of X-Axis Label Steps to around 3 or 4 labels.  The amount of data displayed on the chart can vary from just 5 points to hundreds and the number of points for each Pen can vary significantly. 

It is my assumption that the “XAxis.LabelStep” property assumes a constant number of points for each ChartSeriesItemCollection.  I had originally set it to

                Chart1.PlotArea.XAxis.LabelStep = Convert.ToInt32(MaxPoints / 3) +1;

But I get a strange group of characters in the upper left portion of the trend and the incorrect number of Labels created.  Given my objective, what would be the ideal way to specify the number of Labels for the X-Axis?

Steve
Telerik team
 answered on 31 May 2012
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?