procedure MasterData1OnBeforePrint(Sender: TfrxComponent);

begin
   MasterData1.Visible :=  (<FxDB."Counts">) > 0;
end;

相关文章: