ReportView.RenderClientSide property

Gets or sets a Boolean value that indicates whether the report view is rendered on the client.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property RenderClientSide As Boolean
    Get
    Set
'Usage
Dim instance As ReportView
Dim value As Boolean

value = instance.RenderClientSide

instance.RenderClientSide = value
public bool RenderClientSide { get; set; }

Property value

Type: System.Boolean
true if the report is rendered on the client; false if the report is rendered on the server.

Remarks

The default value is true.

See also

Reference

ReportView class

ReportView members

Microsoft.PerformancePoint.Scorecards namespace