Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenSSRSViewerParameter

    RadzenSSRSViewerParameter component.

    Inheritance
    object
    ComponentBase
    RadzenSSRSViewerParameter
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    Inherited Members
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.SetParametersAsync(ParameterView)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenSSRSViewerParameter : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

    Constructors

    RadzenSSRSViewerParameter()

    RadzenSSRSViewerParameter component.

    Declaration
    public RadzenSSRSViewerParameter()

    Properties

    ParameterName

    Gets or sets the name of the parameter.

    Declaration
    [Parameter]
    public string ParameterName { get; set; }
    Property Value
    Type Description
    string

    The name of the parameter.

    Value

    Gets or sets the value.

    Declaration
    [Parameter]
    public string Value { get; set; }
    Property Value
    Type Description
    string

    The value.

    Viewer

    Gets or sets the viewer.

    Declaration
    [CascadingParameter]
    public RadzenSSRSViewer Viewer { get; set; }
    Property Value
    Type Description
    RadzenSSRSViewer

    The viewer.

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT