Search Results for

    Show / Hide Table of Contents

    Class WebReportGlobals

    Represents the static class WebReportGlobals with necessary methods for using in MVC environment.

    Inheritance
    System.Object
    WebReportGlobals
    Namespace: FastReport.Web
    Assembly: FastReport.Web.dll
    Syntax
    public static class WebReportGlobals

    Methods

    Scripts()

    Returns the code for registration the necessary scripts with jQuery.

    Declaration
    public static HtmlString Scripts()
    Returns
    Type Description
    System.Web.HtmlString

    HtmlString object.

    ScriptsAsString()

    Returns the string with code for registration the necessary scripts with jQuery.

    Declaration
    public static string ScriptsAsString()
    Returns
    Type Description
    System.String

    String object.

    ScriptsWOjQuery()

    Returns the code for registration the necessary scripts without jQuery.

    Declaration
    public static HtmlString ScriptsWOjQuery()
    Returns
    Type Description
    System.Web.HtmlString

    HtmlString object.

    ScriptsWOjQueryAsString()

    Returns the string with code for registration the necessary scripts without jQuery.

    Declaration
    public static string ScriptsWOjQueryAsString()
    Returns
    Type Description
    System.String

    String object.

    Styles()

    Returns the code for registration the necessary CSS.

    Declaration
    public static HtmlString Styles()
    Returns
    Type Description
    System.Web.HtmlString

    HtmlString object.

    StylesAsString()

    Returns the string with code for registration the necessary CSS with jQuery.

    Declaration
    public static string StylesAsString()
    Returns
    Type Description
    System.String

    String object.

    StylesWOjQuery()

    Returns the code for registration the necessary CSS without jQuery styles.

    Declaration
    public static HtmlString StylesWOjQuery()
    Returns
    Type Description
    System.Web.HtmlString

    HtmlString object.

    StylesWOjQueryAsString()

    Returns the string with code for registration the necessary CSS without jQuery.

    Declaration
    public static string StylesWOjQueryAsString()
    Returns
    Type Description
    System.String

    String object.

    Back to top © 1998-2025 Copyright Fast Reports Inc.