ISmpReport::GetFooterFormat

Salesmate +

It is used for getting the current footer format information

Example code

CComPtr<ISmpReport>m_SmpReport;          

HRESULT hr=SmpReport.CoCreateInstance(CLSID_SmpReport);

BSTR bstrFont; 
Long lSize,lColour;  

m_SmpReport->GetFooterFormat(&bstrFont,&lSize,&lColour);

(C) 1999-2001 My Company All rights reserved