4 Answers, 1 is accepted
0
Hello buddhi,
There are numerous resources to get you started with Telerik Reporting:
All the best,
Steve
the Telerik team
There are numerous resources to get you started with Telerik Reporting:
- Report Life Cycle
- Understanding Report Sections
- Understanding Report Items
- Connecting to Data
- Telerik Reporting 101
- Telerik Reporting Step-by-step Tutorial
- Get to know your tools
- Telerik Reporting 201 Topics
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>
<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
Hello buddhi,
Peter
the Telerik team
Check out the following help resources that elaborate on WPF Report Viewer:
- Introduction to the WPF Report Viewer video
- WPF Report Viewer help articles
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