ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / GetReportDescriptorFn Delegate

In This Topic
    GetReportDescriptorFn Delegate
    In This Topic
    Get report descriptor
    Syntax
    'Declaration
     
    Public Delegate Function GetReportDescriptorFn( _
       ByVal reportId As String _
    ) As ReportDescriptor
    public delegate ReportDescriptor GetReportDescriptorFn( 
       string reportId
    )

    Parameters

    reportId
    See Also