Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenSSRSViewer

    RadzenSSRSViewer component.

    Inheritance
    System.Object
    RadzenComponent
    RadzenSSRSViewer
    Implements
    IDisposable
    Inherited Members
    RadzenComponent.Attributes
    RadzenComponent.Element
    RadzenComponent.MouseEnter
    RadzenComponent.MouseLeave
    RadzenComponent.ContextMenu
    RadzenComponent.Culture
    RadzenComponent.DefaultCulture
    RadzenComponent.OnMouseEnter()
    RadzenComponent.OnMouseLeave()
    RadzenComponent.OnContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.Style
    RadzenComponent.Visible
    RadzenComponent.GetCssClass()
    RadzenComponent.GetId()
    RadzenComponent.Debounce(Func<Task>, Int32)
    RadzenComponent.UniqueID
    RadzenComponent.JSRuntime
    RadzenComponent.IsJSRuntimeAvailable
    RadzenComponent.OnInitialized()
    RadzenComponent.SetParametersAsync(ParameterView)
    RadzenComponent.Reference
    RadzenComponent.OnAfterRenderAsync(Boolean)
    RadzenComponent.RaiseContextMenu(Microsoft.AspNetCore.Components.Web.MouseEventArgs)
    RadzenComponent.RaiseMouseEnter()
    RadzenComponent.RaiseMouseLeave()
    RadzenComponent.Dispose()
    RadzenComponent.CurrentStyle
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenSSRSViewer : RadzenComponent, IDisposable

    Properties

    Load

    Gets or sets the load callback.

    Declaration
    public EventCallback<ProgressEventArgs> Load { get; set; }
    Property Value
    Type Description
    EventCallback<ProgressEventArgs>

    The load callback.

    LocalServer

    Gets or sets the local server URL.

    Declaration
    public string LocalServer { get; set; }
    Property Value
    Type Description
    System.String

    The local server URL.

    Parameters

    Gets or sets the parameters.

    Declaration
    public RenderFragment Parameters { get; set; }
    Property Value
    Type Description
    RenderFragment

    The parameters.

    ReportName

    Gets or sets the name of the report.

    Declaration
    public string ReportName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the report.

    ReportServer

    Gets or sets the report server URL.

    Declaration
    public string ReportServer { get; set; }
    Property Value
    Type Description
    System.String

    The report server URL.

    ReportUrl

    Gets the report URL.

    Declaration
    public string ReportUrl { get; }
    Property Value
    Type Description
    System.String

    The report URL.

    UseProxy

    Gets or sets a value indicating whether to use proxy.

    Declaration
    public bool UseProxy { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if proxy is enabled; otherwise, false.

    Methods

    AddParameter(RadzenSSRSViewerParameter)

    Adds the parameter.

    Declaration
    public void AddParameter(RadzenSSRSViewerParameter parameter)
    Parameters
    Type Name Description
    RadzenSSRSViewerParameter parameter

    The parameter.

    GetComponentCssClass()

    Gets the component CSS class.

    Declaration
    protected override string GetComponentCssClass()
    Returns
    Type Description
    System.String
    Overrides
    RadzenComponent.GetComponentCssClass()

    Reload()

    Reloads this instance.

    Declaration
    public void Reload()

    Implements

    IDisposable

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT