RadzenSSRSViewerParameter component.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.BuildRenderTree
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.SetParametersAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenSSRSViewerParameter : ComponentBase, IComponent, IHandleEvent, IHandleAfterRenderRadzenSSRSViewerParameter component.
public RadzenSSRSViewerParameter()Gets or sets the name of the parameter.
public string ParameterName { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the name of the parameter. |
Gets or sets the value.
public string Value { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the value. |
Gets or sets the viewer.
public RadzenSSRSViewer Viewer { get; set; }
| Type | Description |
|---|---|
| RadzenSSRSViewer | Gets or sets the viewer. |