Class RadzenSSRSViewerParameter
RadzenSSRSViewerParameter component.
Inherited Members
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. |