ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Aspnet.Designer Assembly / GrapeCity.ActiveReports.Aspnet.Designer.Services Namespace / IResourcesService Interface / GetReport Method
Report id

In This Topic
    GetReport Method (IResourcesService)
    In This Topic
    Get report content by id
    Syntax
    'Declaration
     
    Function GetReport( _
       ByVal id As String _
    ) As Report
    Report GetReport( 
       string id
    )

    Parameters

    id
    Report id

    Return Value

    Report content
    See Also