SetOleLocation to CRAXDDRT.OleObject
-
Hi, Has anyone experienced this problem? i'm using vs.net c# & Report Designer component CRAXDDRT V XI 2 i've added an OleObject in the report page header section by the folowing line
OleObject PicObject = m_Report.Sections[SecNo].AddPictureObject(Application.StartupPath + "\\DefaultLogo.bmp", 0, 0)
it's added successfully but after that when i try to change the photo path (Graphic Location) by
PicObject.SetOleLocation("NewPath + "\\AnotherLogo.bmp");
the following error msg appears : 'Access is denied' I would appreciate your help ...
-
Hi, Has anyone experienced this problem? i'm using vs.net c# & Report Designer component CRAXDDRT V XI 2 i've added an OleObject in the report page header section by the folowing line
OleObject PicObject = m_Report.Sections[SecNo].AddPictureObject(Application.StartupPath + "\\DefaultLogo.bmp", 0, 0)
it's added successfully but after that when i try to change the photo path (Graphic Location) by
PicObject.SetOleLocation("NewPath + "\\AnotherLogo.bmp");
the following error msg appears : 'Access is denied' I would appreciate your help ...
-
U dont have appropriate administrative privileges! Log in as Administrator or its member.... :-D