ISmpReport::ResetContent

SalesMate+

No parameters

Method description

It is used to reseting the contents information that are used for displaying reports

Example code

CComPtr<ISmpReport>m_SmpReport;          

HRESULT hr=SmpReport.CoCreateInstance(CLSID_SmpReport);

m_SmpReport->ResetContent();

(C) 1999-2001 My Company All rights reserved