public function ImprimirPendencias() {

	$ObjImpressao = new Impressao();

	$ObjImpressao->ImpressaoGridConsolidacao($this->ListaPendenciasNaoConsolidadas(true), "VPendencias.php", $_SESSION["label_filtro_pendencia"], $this->getValorTotalPendente(), $this->getValorTotalConsolidado());
    }