ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Aspnetcore.Designer Assembly / GrapeCity.ActiveReports.Aspnetcore.Designer.Services Namespace / ISectionResourcesService Interface / GetSectionReport Method
Report id

In This Topic
    GetSectionReport Method (ISectionResourcesService)
    In This Topic
    Get report content by id
    Syntax
    'Declaration
     
    Function GetSectionReport( _
       ByVal id As String _
    ) As SectionReport
    SectionReport GetSectionReport( 
       string id
    )

    Parameters

    id
    Report id

    Return Value

    Report content
    See Also