ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionReport Class / LoadLayout Method / LoadLayout(Type,String) Method
Type of stored resource.
Name of the resource entry that contains the report XML layout.

In This Topic
    LoadLayout(Type,String) Method
    In This Topic

    This overload has been deprecated. Please use the new LoadLayout(XmlReader) overload.

    Syntax
    'Declaration
     
    Public Overloads Sub LoadLayout( _
       ByVal type As Type, _
       ByVal resourceName As String _
    ) 
    public void LoadLayout( 
       Type type,
       string resourceName
    )

    Parameters

    type
    Type of stored resource.
    resourceName
    Name of the resource entry that contains the report XML layout.
    Remarks
    Use LoadLayout(Stream) or LoadLayout(String) instead.
    See Also