Class RadzenSSRSViewerParameter
RadzenSSRSViewerParameter component.
public class RadzenSSRSViewerParameter : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
- Inheritance
-
RadzenSSRSViewerParameter
- Implements
- Inherited Members
Constructors
RadzenSSRSViewerParameter()
public RadzenSSRSViewerParameter()
Properties
ParameterName
Gets or sets the name of the parameter.
[Parameter]
public string ParameterName { get; set; }
Property Value
- string
The name of the parameter.
Value
Gets or sets the value.
[Parameter]
public string Value { get; set; }
Property Value
- string
The value.
Viewer
Gets or sets the viewer.
[CascadingParameter]
public RadzenSSRSViewer Viewer { get; set; }
Property Value
- RadzenSSRSViewer
The viewer.