2015-01-28 3 views

답변

2

다음과 같은 방법을 제안합니다. 그래프에 APBillManager라는 이름이 붙어 있다면 다음과 같이 작성할 수 있습니다.

public APBillManager() 
{ 
    this.Report.AddMenuAction(bankStatementReport); 
} 

public PXAction<PRPayroll> bankStatementReport; 
[PXButton] 
[PXUIField(DisplayName = "Bank Statement")] 
protected void BankStatementReport() 
{ 
}