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 to this section

RadzenSSRSViewer component.

Declaration
public RadzenSSRSViewer()

Properties

LoadLink to this section

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 to this section

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 to this section

Gets or sets the parameters.

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

ReportNameLink to this section

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 to this section

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 to this section

Gets the report URL.

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

UseProxyLink to this section

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 to this section

Adds the parameter.

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

BuildRenderTreeLink to this section

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

GetComponentCssClassLink to this section

Declaration
protected override string GetComponentCssClass()
Returns
Type Description
string

ReloadLink to this section

Reloads this instance.

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