Configurates
C1.Web.Mvc.Olap.PivotFieldBase.IsContentHtml. Sets a value indicating whether items in this field contain HTML content rather than plain text.
Syntax
'Declaration
Public Function IsContentHtml( _
ByVal As Boolean _
) As
public IsContentHtml(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also