ASPxPivotGridExporter.RenderControl(HtmlTextWriter) Method
In This Article
Delivers the content of the control to a specified HtmlTextWriter object. This method is intended for internal use.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public override void RenderControl(
HtmlTextWriter writer
)
#Parameters
Name | Type | Description |
---|---|---|
writer | Html |
The Html |
#Remarks
For internal use only.
See Also