메소드 | 설명 | |
---|---|---|
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, |
||
ExportToPdf ( ) : void | ||
KeyPress ( Gdk key ) : void | ||
Load ( string path ) : void | ||
MouseMove ( double x, double y ) : void | ||
RedrawReport ( |
||
RefreshDataFieldsFromDataSource ( ) : void | ||
Save ( string path ) : void | ||
ZoomChanged ( double zoom ) : void |
메소드 | 설명 | |
---|---|---|
addSectionView ( |
||
getSectionViewByXY ( double x, double y ) : |
||
initReport ( ) : void |
public ButtonPress ( double x, double y, int clicks ) : void | ||
x | double | |
y | double | |
clicks | int | |
리턴 | void |
public CreateImageAtXY ( string imageKey, double x, double y ) : void | ||
imageKey | string | |
x | double | |
y | double | |
리턴 | void |
public CreateTextBlockAtXY ( string text, string fieldName, FieldKind fieldKind, double x, double y ) : void | ||
text | string | |
fieldName | string | |
fieldKind | FieldKind | |
x | double | |
y | double | |
리턴 | void |
public DesignService ( IWorkspaceService workspaceService, |
||
workspaceService | IWorkspaceService | |
compilerService | ||
report | ||
리턴 | System |