BeforeRenderContentEvent.NeedRenderBodyTag Property

Gets or sets whether to render the <BODY> tag.

Namespace CrystalDecisions.Web.HtmlReportRender Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration

Public Overrideable Property NeedRenderBodyTag As Boolean
public virtual bool NeedRenderBodyTag {get; set;}

Example

This example shows how to set NeedRenderBodyTag for BeforeRenderContentEvent.

'Declaration

    Private Sub SetNeedRenderBodyTag()
      BeforeRenderContentEvent1.NeedRenderBodyTag = True
    End Sub
    private void SetNeedRenderBodyTag()
    {
      beforeRenderContentEvent.NeedRenderBodyTag = true;
    }

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

BeforeRenderContentEvent Class
BeforeRenderContentEvent Members
CrystalDecisions.Web.HtmlReportRender Namespace