Telerik Forums
Reporting Forum
1 answer
100 views
I have created a pie chart that binds to a SqlDataSource object.
I have created (in design time) a single series that binds the DataYColumn property to a Units column in the datasource and the DataLabelsColumn to a Status.
So far so good.
The problem I am having is that I would like to be able to change the colour of the pie slices. For example, The Completed slice should be Green, The In Progress slice should be Orange and the Errors slice should be Red.
I can't seem to figure out how to set these either at design time or programatically?
One thing to note is that I can't bind the datasource at runtime via the needdatasource due to restrictions in the application.
Steve
Telerik team
 answered on 16 Nov 2012
1 answer
468 views
Hi .. 
I am Generating Data Report Using Telerik Report Viewer with out datasource .Instead of DataSource I am using Query To get the data .that data is assign to report . But The report is nothing displaying,  the code is like

  private void TeletikReport_Load(object sender, EventArgs e)
        {
              //// Creating and configuring the ObjectDataSource component:
          var objectDataSource = GetData();
            // Creating a new report
            Telerik.Reporting.Report report = new Telerik.Reporting.Report();
            report.DataSource = objectDataSource;                        
            // Use the InstanceReportSource to pass the report to the viewer for displaying
            Telerik.Reporting.InstanceReportSource reportSource = new Telerik.Reporting.InstanceReportSource();        
            reportSource.ReportDocument = report;
            // Assigning the report to the report viewer.
            reportViewer1.ReportSource = reportSource;
            //// Calling the RefreshReport method in case this is a WinForms application.
            reportViewer1.RefreshReport();
        }

        static DataView GetData()
        {
            const string connectionString = "Data Source=EMp;Initial Catalog=Emp;Integrated Security=True";
            string selectCommandText = "SELECT * FROM Emp;";
            SqlDataAdapter dataAdapter = new SqlDataAdapter(selectCommandText, connectionString);
            DataTable dataTable = new DataTable();
            dataAdapter.Fill(dataTable);
            DataView dataView = dataTable.DefaultView;
            return dataView;
        }

Please , Help  Where is the problem 


Steve
Telerik team
 answered on 16 Nov 2012
1 answer
114 views
Hi,
I 'm facing the problem of the main and sub report are not together mean Sub report is displayed in next page.Let me know how to fix it.I use telerik reporting Q3 2012.

kind Regards,
Msyma.
Steve
Telerik team
 answered on 16 Nov 2012
2 answers
234 views
Hello,

I'm thinking of migrating my Reports from Crystal Reports to Telerik Reporting, but I would first like to know if your system could support resource translation on each of the report objects.

This is how I was able to achieve the same functionality in Crystal Reports:
System.Collections.IEnumerator ie = myReport.ReportDefinition.Sections[i].ReportObjects.GetEnumerator();

I would then get a reference to the report's TextObjects and change their .Text property to the desired language.

How would I achieve the same functionality using Telerik Reporting?
Themos
Top achievements
Rank 1
 answered on 16 Nov 2012
4 answers
198 views
We have a chart in a report that uses datagroupcolumn to break the data into different series.

Is it possible to remove the series labels? How?
Derek
Top achievements
Rank 1
 answered on 15 Nov 2012
9 answers
248 views
Hi,

Does anyone know a link to download a Silverlight project that uses report viewer to show reports?
I need a complete working example (with client and report server), not just a tutorial explaining how to make it.

Thanks,

Nuno Pinto
Steve
Telerik team
 answered on 15 Nov 2012
1 answer
190 views
Hi,

I have a report consisting of a dynamic amount of columns which usually fits on an A4 pdf report.
When the number of columns increases so that the A4 format can not display all on one page, I am trying to set the paperkind to A3 so that pdfs are created in A3 format.

However, I am not able to get the header and footer to follow the paperkind resizing. I have a legend table in the report footer that I would like to dock to the right. This does not work as the footer is not resized accordingly. Also, the width parameter for header and footer is not available to set programmatically, and I can not find any other solution to control the width of these sections.

Any suggestions appreciated!

Best regards,
Erik
Steve
Telerik team
 answered on 15 Nov 2012
1 answer
200 views
Hello

I'm not able to format the column y Axis percentage correctly. As this image continues to 10,000%, not 100%. I want the formatting looks like this: 0%, 10%, 20%, ..., 100%.
Another doubt is how to place a line with fixed value. I put a line with value of 80% that would be my goal to be achieved but until now could not. Please help me out and now thanks.
Steve
Telerik team
 answered on 15 Nov 2012
1 answer
101 views
Error while binding data to report please advice


System.Runtime.Serialization.SerializationException: Type 'Town' in Assembly 'TatweerSoftware.VRMS.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5e0dfe44adc215e3' is not marked as serializable.    at System.Runtime.Serialization.FormatterServices.InternalGetSerializableMembers(RuntimeType type)     at System.Runtime.Serialization.FormatterServices.GetSerializableMembers(Type type, StreamingContext context)     at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitMemberInfo()     at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Type objectType, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter)     at System.Runtime.Seri... d0b58231-3f7b-497d-b345-8c234ffdb3e8
Steve
Telerik team
 answered on 15 Nov 2012
1 answer
279 views
Hi,

the object Data Source from toolbox of the reporting doesn't show the assemblies that are old in the project , if i add new project with same properties its showing these assemblies , please advice so weird. 
Elian
Telerik team
 answered on 15 Nov 2012
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?