C# Class ReportingFramework.ReportFromMemory

Inheritance: ReportBase
Exibir arquivo Open project: frederiksen/Task-Card-Creator

Public Properties

Property Type Description
ResourcesProperty System.Windows.DependencyProperty

Protected Methods

Method Description
GenerateReport ( object>.Func frameDataContext, Size paperSize, System.Drawing.Printing.Margins margins, IEnumerable records ) : System.Windows.Documents.FixedDocument
ReportFromMemory ( ) : System

Private Methods

Method Description
CreatePage ( object frameDataContext, Size paperSize, System.Drawing.Printing.Margins margins ) : PageBuilder
CreatePages ( object>.Func frameDataContext, Size paperSize, System.Drawing.Printing.Margins margins, IEnumerable records ) : IEnumerable

Method Details

GenerateReport() protected method

protected GenerateReport ( object>.Func frameDataContext, Size paperSize, System.Drawing.Printing.Margins margins, IEnumerable records ) : System.Windows.Documents.FixedDocument
frameDataContext object>.Func
paperSize System.Windows.Size
margins System.Drawing.Printing.Margins
records IEnumerable
return System.Windows.Documents.FixedDocument

ReportFromMemory() protected method

protected ReportFromMemory ( ) : System
return System

Property Details

ResourcesProperty public_oe static_oe property

public static DependencyProperty,System.Windows ResourcesProperty
return System.Windows.DependencyProperty