ISecurity::PrintReports

Salesmate +

No parameters

Property description

Used to check whether the user have Print report rights

Example code

CComPtr<ISecurity>m_ISecurity;                                           
HRESULT hr = m_ISecurity.CoCreateInstance(CLSID_Security);  
HRESULT hr=m_ISecurity->get_PrintReports(&bval);

(C) 1999-2001 My Company All rights reserved