C# Class dotnetpro.WPF.TableReport.ReportPresenter

Inheritance: INotifyPropertyChanged
显示文件 Open project: Slesa/Playground Class Usage Examples

Public Properties

Property Type Description
updatePaging bool

Private Properties

Property Type Description
CalculateRowsOnPage int
CreatePage System.Windows.Documents.FixedPage
ExitFrame object
GenerateCell void
GenerateColumns void
GenerateHeaderRow void
GenerateRanges void
GenerateRows void
GenerateXPSFile string
InitPrinters void
NotifyPropertyChanged void
UpdatePages void

Public Methods

Method Description
DoEvents ( ) : void
DoEvents ( DispatcherPriority nPrio ) : void
GenerateFixedDocument ( bool InPrintMode ) : void
Print ( ) : void
ReportPresenter ( ) : System
ShowSettings ( ) : void
UpdatePrinter ( ) : void

Private Methods

Method Description
CalculateRowsOnPage ( int &RowsOnPage, PageDefinition def ) : int
CreatePage ( ) : System.Windows.Documents.FixedPage
ExitFrame ( Object state ) : object
GenerateCell ( string sValue, ColumnDefinition colDef, System.Windows.Thickness borders, int row, int col, SolidColorBrush brush ) : void
GenerateColumns ( ) : void
GenerateHeaderRow ( int ColBorders ) : void
GenerateRanges ( ) : void
GenerateRows ( int StartZeile, int EndZeile ) : void
GenerateXPSFile ( ) : string
InitPrinters ( ) : void
NotifyPropertyChanged ( string info ) : void
UpdatePages ( ) : void

Method Details

DoEvents() public static method

public static DoEvents ( ) : void
return void

DoEvents() public static method

public static DoEvents ( DispatcherPriority nPrio ) : void
nPrio DispatcherPriority
return void

GenerateFixedDocument() public method

public GenerateFixedDocument ( bool InPrintMode ) : void
InPrintMode bool
return void

Print() public method

public Print ( ) : void
return void

ReportPresenter() public method

public ReportPresenter ( ) : System
return System

ShowSettings() public method

public ShowSettings ( ) : void
return void

UpdatePrinter() public method

public UpdatePrinter ( ) : void
return void

Property Details

updatePaging public_oe property

public bool updatePaging
return bool