ActiveReports Developer 7
Report Property
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : Report Property

Glossary Item Box

Specifies the report object to display to the client.

Syntax

Visual Basic (Declaration) 
Public Property Report As System.Object
C# 
public System.object Report {get; set;}

Property Value

An ActiveReport object.

Remarks

If the control is being loaded in response to a client postback ( ) the property will not use the specified report. Instead the control uses a previously cached copy of the report's Document in the WebCache service to supply speedy responses to clients. To force the client to accept the new instance, call the ClearCachedReport property before setting this property.

See Also