Click or drag to resize
IDisplayReportRenderToString Method
Renders control to String representation

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
string RenderToString(
	int SiteID
)

Parameters

SiteID
Type: SystemInt32
This SiteID is used in report query instead of default CMSContext one

Return Value

Type: String
See Also