I'm using the following code to show the report with Office2010Silver style,report buttons are converted to Office2010Silver but the window buttons (close,max,min) also title bar are not, is just like in image 1 and I want these to look like image 2.
Thanks.
image1:StiOptions.Windows.GlobalGuiStyle = StiGlobalGuiStyle.Office2010Silver
Using wform As Stimulsoft.Report.Render.StiPreviewForm = New Stimulsoft.Report.Render.StiPreviewForm(wRp)
wform.Text = wFrmText.Trim
wRp.Info.Zoom = 1
wRp.Render()
wform.ShowDialog()
End Using

image2:
