Class RadzenSSRSViewer
RadzenSSRSViewer component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenSSRSViewer : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposableConstructors
RadzenSSRSViewer()
RadzenSSRSViewer component.
Declaration
public RadzenSSRSViewer()Properties
Load
Gets or sets the load callback.
Declaration
[Parameter]
public EventCallback<ProgressEventArgs> Load { get; set; }Property Value
| Type | Description | 
|---|---|
| EventCallback<ProgressEventArgs> | The load callback. | 
LocalServer
Gets or sets the local server URL.
Declaration
[Parameter]
public string LocalServer { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The local server URL. | 
Parameters
Gets or sets the parameters.
Declaration
[Parameter]
public RenderFragment Parameters { get; set; }Property Value
| Type | Description | 
|---|---|
| RenderFragment | The parameters. | 
ReportName
Gets or sets the name of the report.
Declaration
[Parameter]
public string ReportName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the report. | 
ReportServer
Gets or sets the report server URL.
Declaration
[Parameter]
public string ReportServer { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The report server URL. | 
ReportUrl
Gets the report URL.
Declaration
public string ReportUrl { get; }Property Value
| Type | Description | 
|---|---|
| string | The report URL. | 
UseProxy
Gets or sets a value indicating whether to use proxy.
Declaration
[Parameter]
public bool UseProxy { get; set; }Property Value
| Type | Description | 
|---|---|
| bool | 
 | 
Methods
AddParameter(RadzenSSRSViewerParameter)
Adds the parameter.
Declaration
public void AddParameter(RadzenSSRSViewerParameter parameter)Parameters
| Type | Name | Description | 
|---|---|---|
| RadzenSSRSViewerParameter | parameter | The parameter. | 
BuildRenderTree(RenderTreeBuilder)
RadzenSSRSViewer component.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)Parameters
| Type | Name | Description | 
|---|---|---|
| RenderTreeBuilder | __builder | 
Overrides
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()Returns
| Type | Description | 
|---|---|
| string | 
Overrides
Reload()
Reloads this instance.
Declaration
public void Reload()