RadzenSSRSViewer Class

RadzenSSRSViewer component.

Inheritance

Object

ComponentBase

RadzenComponent

RadzenSSRSViewer

Implements

IComponent

IHandleEvent

IHandleAfterRender

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class RadzenSSRSViewer : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender

Constructors

RadzenSSRSViewerlink

RadzenSSRSViewer component.

Declaration
public RadzenSSRSViewer()

Properties

Loadlink

Gets or sets the load callback.

Declaration
public EventCallback<ProgressEventArgs> Load { get; set; }
Property Value
Type Description
EventCallback<ProgressEventArgs>Gets or sets the load callback.

LocalServerlink

Gets or sets the local server URL.

Declaration
public string LocalServer { get; set; }
Property Value
Type Description
stringGets or sets the local server URL.

Parameterslink

Gets or sets the parameters.

Declaration
public RenderFragment Parameters { get; set; }
Property Value
Type Description
RenderFragmentGets or sets the parameters.

ReportNamelink

Gets or sets the name of the report.

Declaration
public string ReportName { get; set; }
Property Value
Type Description
stringGets or sets the name of the report.

ReportServerlink

Gets or sets the report server URL.

Declaration
public string ReportServer { get; set; }
Property Value
Type Description
stringGets or sets the report server URL.

ReportUrllink

Gets the report URL.

Declaration
public string ReportUrl { get; }
Property Value
Type Description
stringGets the report URL.

UseProxylink

Gets or sets a value indicating whether to use proxy.

Declaration
public bool UseProxy { get; set; }
Property Value
Type Description
boolGets or sets a value indicating whether to use proxy.

Methods

AddParameterlink

Adds the parameter.

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

BuildRenderTreelink

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder

GetComponentCssClasslink

Declaration
protected override string GetComponentCssClass()
Returns
Type Description
string

Reloadlink

Reloads this instance.

Declaration
public void Reload()
An error has occurred. This app may no longer respond until reloaded. Reload 🗙