C# 클래스 MonoReports.Services.DesignService

파일 보기 프로젝트 열기: modesto/monoreports 1 사용 예제들

공개 메소드들

메소드 설명
ButtonPress ( double x, double y, int clicks ) : void
ButtonRelease ( double x, double y ) : void
CreateImageAtXY ( string imageKey, double x, double y ) : void
CreateTextBlockAtXY ( string text, string fieldName, FieldKind fieldKind, double x, double y ) : void
DeleteSelectedControl ( ) : void
DesignService ( IWorkspaceService workspaceService, CompilerService compilerService, Report report ) : System
ExportToPdf ( ) : void
KeyPress ( Gdk key ) : void
Load ( string path ) : void
MouseMove ( double x, double y ) : void
RedrawReport ( Context c ) : void
RefreshDataFieldsFromDataSource ( ) : void
Save ( string path ) : void
ZoomChanged ( double zoom ) : void

비공개 메소드들

메소드 설명
addSectionView ( Section section ) : void
getSectionViewByXY ( double x, double y ) : SectionView
initReport ( ) : void

메소드 상세

ButtonPress() 공개 메소드

public ButtonPress ( double x, double y, int clicks ) : void
x double
y double
clicks int
리턴 void

ButtonRelease() 공개 메소드

public ButtonRelease ( double x, double y ) : void
x double
y double
리턴 void

CreateImageAtXY() 공개 메소드

public CreateImageAtXY ( string imageKey, double x, double y ) : void
imageKey string
x double
y double
리턴 void

CreateTextBlockAtXY() 공개 메소드

public CreateTextBlockAtXY ( string text, string fieldName, FieldKind fieldKind, double x, double y ) : void
text string
fieldName string
fieldKind FieldKind
x double
y double
리턴 void

DeleteSelectedControl() 공개 메소드

public DeleteSelectedControl ( ) : void
리턴 void

DesignService() 공개 메소드

public DesignService ( IWorkspaceService workspaceService, CompilerService compilerService, Report report ) : System
workspaceService IWorkspaceService
compilerService CompilerService
report MonoReports.Model.Report
리턴 System

ExportToPdf() 공개 메소드

public ExportToPdf ( ) : void
리턴 void

KeyPress() 공개 메소드

public KeyPress ( Gdk key ) : void
key Gdk
리턴 void

Load() 공개 메소드

public Load ( string path ) : void
path string
리턴 void

MouseMove() 공개 메소드

public MouseMove ( double x, double y ) : void
x double
y double
리턴 void

RedrawReport() 공개 메소드

public RedrawReport ( Context c ) : void
c Cairo.Context
리턴 void

RefreshDataFieldsFromDataSource() 공개 메소드

public RefreshDataFieldsFromDataSource ( ) : void
리턴 void

Save() 공개 메소드

public Save ( string path ) : void
path string
리턴 void

ZoomChanged() 공개 메소드

public ZoomChanged ( double zoom ) : void
zoom double
리턴 void