This is a migrated thread and some comments may be shown as answers.

how to load data to a reports Viewer

4 Answers 79 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Shanka
Top achievements
Rank 1
Shanka asked on 05 Jul 2010, 12:19 PM
Hello all,
 i want to example code for reporting from beginning

4 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 05 Jul 2010, 12:27 PM
Hello buddhi,

There are numerous resources to get you started with Telerik Reporting:

All the best,
Steve
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Shanka
Top achievements
Rank 1
answered on 05 Jul 2010, 12:30 PM

Thank you very much  ,
Steve


0
Shanka
Top achievements
Rank 1
answered on 05 Jul 2010, 02:21 PM
.xaml
<Window x:Class="Reports.Window1"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:telerik="clr-namespace:Telerik.ReportViewer.Wpf;assembly=Telerik.ReportViewer.Wpf"
    Title="Window1" Height="558" Width="532" xmlns:my="clr-namespace:Telerik.ReportViewer.Wpf;assembly=Telerik.ReportViewer.Wpf" Loaded="Window_Loaded">
    <Grid>
        <telerik:ReportViewer Margin="-2,0,0,0" Name="reportViewer1"   />
    </Grid>
</Window>

can show  Report.cs in a <telerik:ReportViewer>





0
Peter
Telerik team
answered on 07 Jul 2010, 10:09 AM
Hello buddhi,

Check out the following help resources that elaborate on WPF Report Viewer:

Greetings,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Shanka
Top achievements
Rank 1
Answers by
Steve
Telerik team
Shanka
Top achievements
Rank 1
Peter
Telerik team
Share this question
or