RadzenSSRSViewer component.
IComponent
IHandleEvent
IHandleAfterRender
RadzenComponent.SetParametersAsync
RadzenComponent.OnAfterRenderAsync
RadzenComponent.RaiseContextMenu
RadzenComponent.RaiseMouseEnter
RadzenComponent.AddContextMenu
RadzenComponent.RaiseMouseLeave
RadzenComponent.OnBecameInvisible
RadzenComponent.DefaultCulture
RadzenComponent.IsJSRuntimeAvailable
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenSSRSViewer : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRenderGets or sets the load callback.
public EventCallback<ProgressEventArgs> Load { get; set; }
| Type | Description |
|---|---|
| EventCallback<ProgressEventArgs> | Gets or sets the load callback. |
Gets or sets the local server URL.
public string LocalServer { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the local server URL. |
Gets or sets the parameters.
public RenderFragment Parameters { get; set; }
| Type | Description |
|---|---|
| RenderFragment | Gets or sets the parameters. |
Gets or sets the name of the report.
public string ReportName { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the name of the report. |
Gets or sets the report server URL.
public string ReportServer { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the report server URL. |
Gets the report URL.
public string ReportUrl { get; }
| Type | Description |
|---|---|
| string | Gets the report URL. |
Gets or sets a value indicating whether to use proxy.
public bool UseProxy { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether to use proxy. |
Adds the parameter.
public void AddParameter(RadzenSSRSViewerParameter parameter)
| Type | Name | Description |
|---|---|---|
| RadzenSSRSViewerParameter | parameter | The parameter. |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
protected override string GetComponentCssClass()
| Type | Description |
|---|---|
| string |