Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
~535 People Reached
Favorite Forums
1 Posted Topic
Re: hi abelLazm, I've tried your code to loraine's problem but it doesn't work. [CODE]private void AddCart_Click(object sender, System.Windows.RoutedEventArgs e) { //SaveFileDialog dialog = new SaveFileDialog(); //dialog.DefaultExt = "*.html"; //dialog.Filter = "WORD Document (*.html)|*.html"; //if (dialog.ShowDialog() == true) //{ RadDocument document = CreateDocument(rgvReportData); document.LayoutMode = DocumentLayoutMode.Paged; document.Measure(RadDocument.MAX_DOCUMENT_SIZE); document.Arrange(new RectangleF(PointF.Empty, document.DesiredSize)); document.SectionDefaultPageMargin … |
The End.