ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / ReportStore Class / GetReport Method

In This Topic
    GetReport Method (ReportStore)
    In This Topic
    Gets page report definition for given data tree query definition.
    Syntax
    'Declaration
     
    Public Function GetReport( _
       ByVal defName As String _
    ) As Report
    public Report GetReport( 
       string defName
    )

    Parameters

    defName
    See Also