ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / DataTreeBuilder Class / BuildQuery Method

In This Topic
    BuildQuery Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function BuildQuery( _
       ByVal reportStore As ReportStore, _
       Optional ByVal templates As SubreportsInfo _
    ) As GrapeCity.Enterprise.Data.DataEngine.Def.Report
    public static GrapeCity.Enterprise.Data.DataEngine.Def.Report BuildQuery( 
       ReportStore reportStore,
       SubreportsInfo templates
    )

    Parameters

    reportStore
    templates
    See Also