ActiveReports Developer 7
GetReport Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.Remote.GlobalDataTypes Namespace > ReportProxy Class : GetReport Method

Glossary Item Box

Gets the current instance of ReportProxy.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetReport() As ReportProxy
C# 
public static ReportProxy GetReport()

Return Value

The current instance of ReportProxy.

See Also