PDA

View Full Version : تغییر کلیدها روی تولبار گزارش با stimul



roya.raha
یک شنبه 20 مرداد 1392, 14:01 عصر
سلام
چطور میشه کلیدهایی که بصورت اتوماتیک در گزارشات استیمول هست را کم یا زیاد کرد؟
منظور این کلیدهاست :
http://barnamenevis.org/attachment.php?attachmentid=108867&d=1376147680

تشکر

m.webgard
یک شنبه 20 مرداد 1392, 15:47 عصر
سلام
منم همین مشکل رو دارم!

aslan
دوشنبه 21 مرداد 1392, 00:49 صبح
سلام


StiOptions.Viewer.Windows.ShowPrintButton = false;
StiOptions.Viewer.Windows.ShowOpenButton = false;
stiReport1.Render();
stiReport1.Show();

roya.raha
دوشنبه 21 مرداد 1392, 13:31 عصر
برای vb.net هم اینطوری میشه ، شاید بعدا به درد یک نفر بخوره :


Stimulsoft.Report.StiOptions.Viewer.Windows.ShowEd itorTool = False
Stimulsoft.Report.StiOptions.Viewer.Windows.ShowOp enButton = False
Stimulsoft.Report.StiOptions.Viewer.Windows.ShowCl oseButton = False
Stimulsoft.Report.StiOptions.Viewer.Windows.ShowEd itorTool = False
Stimulsoft.Report.StiOptions.Viewer.Windows.Export s.ShowBmp = False
Stimulsoft.Report.StiOptions.Viewer.Windows.ShowSe ndEMailButton = False
StiReport1.Compile()
StiReport1.Render()
StiReport1.Show()