C# Class dotnetpro.WPF.TableReport.ReportPresenter

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Slesa/Playground Class Usage Examples

Méthodes publiques

Свойство Type Description
updatePaging bool

Private Properties

Свойство 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

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public static DoEvents ( ) : void
Résultat void

DoEvents() public static méthode

public static DoEvents ( DispatcherPriority nPrio ) : void
nPrio DispatcherPriority
Résultat void

GenerateFixedDocument() public méthode

public GenerateFixedDocument ( bool InPrintMode ) : void
InPrintMode bool
Résultat void

Print() public méthode

public Print ( ) : void
Résultat void

ReportPresenter() public méthode

public ReportPresenter ( ) : System
Résultat System

ShowSettings() public méthode

public ShowSettings ( ) : void
Résultat void

UpdatePrinter() public méthode

public UpdatePrinter ( ) : void
Résultat void

Property Details

updatePaging public_oe property

public bool updatePaging
Résultat bool