Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ToolStripRenderer used to customize the look and feel of the ReportViewer control's toolbar as well as the context menu on the report.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
[BrowsableAttribute(false)]
public ToolStripRenderer ToolStripRenderer { get; set; }
public:
[BrowsableAttribute(false)]
property ToolStripRenderer^ ToolStripRenderer {
ToolStripRenderer^ get();
void set(ToolStripRenderer^ value);
}
[<BrowsableAttribute(false)>]
member ToolStripRenderer : ToolStripRenderer with get, set
<BrowsableAttribute(False)>
Public Property ToolStripRenderer As ToolStripRenderer
Property Value
Type: System.Windows.Forms.ToolStripRenderer
A ToolStripRenderer object. By default, a ToolStripProfessionalRenderer object is returned.
Remarks
This property behaves in the same way as the Renderer property in ToolStrip.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top