НЕ печатать GroupHeader
Как НЕ печатать GroupHeader если
count(MasterData)=0
Написал типа
if FinalPass and count(MasterData1)=0
then
begin
GroupHeader1.Visible := false;
end
else
begin
GroupHeader1.Visible := true;
end;
все GroupHeader невидимые
count(MasterData)=0
Написал типа
if FinalPass and count(MasterData1)=0
then
begin
GroupHeader1.Visible := false;
end
else
begin
GroupHeader1.Visible := true;
end;
все GroupHeader невидимые