ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / ReportItemKey Structure / ReportItemKey Constructor

In This Topic
    ReportItemKey Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal scopeId As Integer, _
       ByVal name As String, _
       ByVal reportName As String _
    )
    public ReportItemKey( 
       int scopeId,
       string name,
       string reportName
    )

    Parameters

    scopeId
    name
    reportName
    See Also