or
<RadMaskedNumericInput Value="{ Binding BgsPremiumRate, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged, ValidatesOnDataErrors=True, ValidatesOnExceptions=True}" FormatString="n2" InputBehavior="Replace" Mask="" SelectionOnFocus="SelectAll" TextMode"PlainText" />
Dear All,
I am create a Point Of Sales System in WPF. I want to print invoice while completion of Order. Data Will be provided from TextBox for Invoice,
(txtinvoices, txtQty, txtTotalPrice, txtAmountPaid and txtDate) are some textbox i want to print on Invoices. There is one barcode Image as well for each order that is needed to print on Invoice.
Anyone can help me in printing in WPF ???
Thanks in Advance
Jazaib Hussain<UserControl x:Class="LasX.ApplicationFramework.Cad.EntityTreeView" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="300"> <UserControl.Resources> <ResourceDictionary> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="TreeViewTemplates.xaml" /> </ResourceDictionary.MergedDictionaries> </ResourceDictionary> </UserControl.Resources> <Grid> <telerik:RadTreeView Name="treeView1" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" telerik:TreeViewPanel.IsVirtualizing="True" telerik:TreeViewPanel.VirtualizationMode="Recycling" ItemTemplate="{StaticResource EntityDataTemplate}" ItemsSource="{Binding CadEntityManager, UpdateSourceTrigger=PropertyChanged}" ItemContainerStyle="{StaticResource RadTreeViewItemStyle1}" Background="#FF212830" SelectionChanged="treeView1_SelectionChanged" SelectionMode="Extended" > </telerik:RadTreeView> </Grid></UserControl> public bool? IsSDS { get; set; }<telerik:Label Content="Self Directed Support" /><StackPanel Orientation="Horizontal"> <telerik:RadRadioButton x:Name="SelfDirectedSupportYes" Content="Yes" /> <telerik:RadRadioButton x:Name="SelfDirectedSupportNo" Content="No" /></StackPanel>