MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / RenderTools Class / GetReportDefinition Method

In This Topic
GetReportDefinition Method
In This Topic
Gets report definition from IReport implementation.
Syntax
'Declaration
 
Public Shared Function GetReportDefinition( _
   ByVal report As IReport _
) As Report
 

Parameters

report

Return Value

Report definition or null.
See Also