HQuintas Posted April 12, 2012 at 07:38 AM Report #448718 Posted April 12, 2012 at 07:38 AM Viva Como construir um relatório com printdocument é um processo demoroso, para ter uma ajuda na construção do layout, desenho o relatório em wpf (usando labels, images e rectangles) <Label Content="MeuTexto:" Height="27" HorizontalAlignment="Left" Margin="132,38,0,0" Name="Label1" VerticalAlignment="Top" Width="204" /> e depois converto o xml o (através de uma rotina) o código em: e.Graphics.DrawString("MeuTexto:", New Font("Verdana", 14, FontStyle.Regular), Brushes.Black, 132, 38) O que pretendo é uma sugestão, ou se conhece outra aplicação que desenhe o layout e me forneça o código em xml.
Caça Posted April 12, 2012 at 08:07 AM Report #448721 Posted April 12, 2012 at 08:07 AM Os reports da Microsoft também são feitos em XML, de qualquer forma, vê este tópico http://www.portugal-a-programar.pt/index.php?showtopic=36314 Pedro Martins Não respondo a duvidas por PM
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now