C# 클래스 dotnetpro.WPF.TableReport.ReportPresenter

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Slesa/Playground 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
updatePaging bool

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
DoEvents ( ) : void
DoEvents ( DispatcherPriority nPrio ) : void
GenerateFixedDocument ( bool InPrintMode ) : void
Print ( ) : void
ReportPresenter ( ) : System
ShowSettings ( ) : void
UpdatePrinter ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DoEvents() 공개 정적인 메소드

public static DoEvents ( ) : void
리턴 void

DoEvents() 공개 정적인 메소드

public static DoEvents ( DispatcherPriority nPrio ) : void
nPrio DispatcherPriority
리턴 void

GenerateFixedDocument() 공개 메소드

public GenerateFixedDocument ( bool InPrintMode ) : void
InPrintMode bool
리턴 void

Print() 공개 메소드

public Print ( ) : void
리턴 void

ReportPresenter() 공개 메소드

public ReportPresenter ( ) : System
리턴 System

ShowSettings() 공개 메소드

public ShowSettings ( ) : void
리턴 void

UpdatePrinter() 공개 메소드

public UpdatePrinter ( ) : void
리턴 void

프로퍼티 상세

updatePaging 공개적으로 프로퍼티

public bool updatePaging
리턴 bool