ActiveReports 12
LoadReportFromServer Method

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : LoadReportFromServer Method
Report name or null if report not opened
Load report from active reports server
Syntax
'Declaration
 
Public Function LoadReportFromServer( _
   ByRef reportName As String _
) As DialogResult
public DialogResult LoadReportFromServer( 
   out string reportName
)

Parameters

reportName
Report name or null if report not opened

Return Value

The result of the opening of the form
See Also

Reference

Designer Class
Designer Members