Telerik Forums
Reporting Forum
1 answer
148 views
hi,

       Hai  currantly iam working on windows store app , i would like to create reports by using Telerik report viewer, but it is not supporting in
windows store app(Windows 8). may i know  how to work with Telerik Reportviewer for windows store app(Windows 8).

 
   
Peter
Telerik team
 answered on 04 Nov 2013
1 answer
453 views
These are my two classes

    public class A
    {
        public string Nev { get; set; }
        public List<B> Adatok = new List<B>();
        public double Brutto { get; set; }
        public double Ado { get; set; }
        public double Netto { get; set; }
        public int DolgozottNapokSzama { get; set; }
        public int IgazolatlanNapokSzama { get; set; }
        public string Datum { get; set; }
    }

    public class B
    {
        public string Beosztas { get; set; }
        public double Oradij { get; set; }
        public double Oraszam { get; set; }
        public double PotlekoltOrak { get; set; }
        public double PotlekmentesOrak { get; set; }
        public int Unnepnap { get; set; }
        public int Igazolatlan { get; set; }
        public double BruttoMunakber { get; set; }
        public double PotlekNormal { get; set; }
        public double PotlekUnnep { get; set; }
        public double Brutto { get; set; }
    }

I need to view the nested List B from object A view table. I did the binding to the table

DataSource = Fields.Adatok

as I read on the forums, but it not working. I got the message:

,,The expression contains object "Adatok" that is not definied in the current context,, .

I would appreciate some more detailed answer. Thnx.
Attila
Top achievements
Rank 1
 answered on 03 Nov 2013
1 answer
1.4K+ views
Hi
I'm having problems to set the dataSource programmatically, which was very simple became more complicated? Before it was possible to set only for passing an IEnumerable to dataSource. how do this now?
Stef
Telerik team
 answered on 01 Nov 2013
1 answer
196 views
Hi

I am using Telerik.Reporting, Version=7.1.13.802

  <configSections>
    <section name="Telerik.Reporting" type="Telerik.Reporting.Processing.Config.ReportingConfigurationSection, Telerik.Reporting, Version=7.1.13.802, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" allowLocation="true" allowDefinition="Everywhere"/>
  </configSections>
  <Telerik.Reporting>
    <Extensions>
      <Render>
        <Extension name="IMAGE" visible="true"/>
        <Extension name="PDF" visible="true"/>
        <Extension name="HTML" visible="false"/>
        <Extension name="MHTML" visible="false"/>
        <Extension name="CSV" visible="false"/>
        <Extension name="RTF" visible="false"/>
        <Extension name="XPS" visible="false"/>
        <Extension name="DOCX" visible="true"/>
        <Extension name="XLSX" visible="true"/>
        <Extension name="PPTX" visible="false"/>
      </Render>
    </Extensions>
  </Telerik.Reporting>

in web.config file

but not shown DOCX AND Excel 2007 (xlsx) in "Export to the selected format" dropdownlist.

How to do report viewer exporting setting?

Thank you
Peter
Telerik team
 answered on 01 Nov 2013
1 answer
866 views


I'm a beginner.
I need to insert Empty Row with Table Control like the right of picture I added.
How can I figure out this problem?
If possible, please give me a simple source.
Peter
Telerik team
 answered on 01 Nov 2013
4 answers
138 views
Hai
  i am using reporting for view the datas using sqldatasource,i write the query in sqldatasource and bind data in report viewer,my need is how to give alternate color for each row,(i.e) like in gridview alternater color for each row,same like i need in report also..like white,gray,white,gray,white,gray and so on....


Note: i am using reporting in windows application vb.net
And not double color in same row.one row is white and next row is gray and so.....

Pls reply me asap

Regards
  Aravind
Aravind
Top achievements
Rank 2
Iron
Iron
Iron
 answered on 01 Nov 2013
3 answers
129 views

How do I extend the displayable area for Yaxis data in a graph?



I've seen reference to the chart object now being obsolete, so I've used graphs within my report.

However I need to extend the YAxis -and was hoping there was a property that I could set to something like...



myGraph.PlotArea.YAxisMode =
ChartYAxisMode.Extended





how can this be done ?





Stef
Telerik team
 answered on 31 Oct 2013
8 answers
748 views
Hello,

I have found lots of documentation on binding an XML datasource to a report when working in Visual Studio, but it is unclear how to use an XML datasource when using the standalone designer.  I believe I am supposed to use the Object Data Source type, but when I select this, there are no available data source types listed.

Thanks.
Stef
Telerik team
 answered on 31 Oct 2013
1 answer
111 views
I have a project using Telerik Reporting 2013Q2 sp1. When adding an EntityDataSource in the report designer, the configuration utility fires up.  I then choose a (valid) connection string and press next. The 'Choose a context' panel then takes more than 3 minutes to display my project's context. It is a relativelly small project and I cannot understand why it takes so long. When using hte ObjectDataSource object, the context along with the other database objects appears instantly.

Does anyone have any ideas on what is wrong here???

IvanY
Telerik team
 answered on 31 Oct 2013
1 answer
423 views
Hello,

Need to know one thing how do i vertical, and horizontally align report directly in the middle, or center in Telerik.Reporting Winforms 2013 Q3? I have attached a pick as of now it is align vertically to the left, and horizontally to the top.
Peter
Telerik team
 answered on 31 Oct 2013
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?