Class RadzenSSRSViewer
RadzenSSRSViewer component.
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenSSRSViewer : RadzenComponent, IDisposable
Properties
Load
Gets or sets the load callback.
Declaration
public EventCallback<ProgressEventArgs> Load { get; set; }
Property Value
Type | Description |
---|---|
EventCallback<ProgressEventArgs> | The load callback. |
LocalServer
Gets or sets the local server URL.
Declaration
public string LocalServer { get; set; }
Property Value
Type | Description |
---|---|
System.String | The local server URL. |
Parameters
Gets or sets the parameters.
Declaration
public RenderFragment Parameters { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment | The parameters. |
ReportName
Gets or sets the name of the report.
Declaration
public string ReportName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the report. |
ReportServer
Gets or sets the report server URL.
Declaration
public string ReportServer { get; set; }
Property Value
Type | Description |
---|---|
System.String | The report server URL. |
ReportUrl
Gets the report URL.
Declaration
public string ReportUrl { get; }
Property Value
Type | Description |
---|---|
System.String | The report URL. |
UseProxy
Gets or sets a value indicating whether to use proxy.
Declaration
public bool UseProxy { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
AddParameter(RadzenSSRSViewerParameter)
Adds the parameter.
Declaration
public void AddParameter(RadzenSSRSViewerParameter parameter)
Parameters
Type | Name | Description |
---|---|---|
RadzenSSRSViewerParameter | parameter | The parameter. |
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
Reload()
Reloads this instance.
Declaration
public void Reload()
Implements
IDisposable