ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Web.Designer Namespace / IReportStore Interface / GetReportDescriptor Method

In This Topic
    GetReportDescriptor Method (IReportStore)
    In This Topic
    Get report descriptor by id.
    Syntax
    'Declaration
     
    Function GetReportDescriptor( _
       ByVal reportId As String _
    ) As ReportDescriptor
    ReportDescriptor GetReportDescriptor( 
       string reportId
    )

    Parameters

    reportId
    See Also