Class ParameterHelper
Inheritance
System.Object
ParameterHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class ParameterHelper
Constructors
ParameterHelper()
Declaration
Properties
ReportDefinition
Declaration
public ReportDefinition ReportDefinition { get; set; }
Property Value
ReportPath
Declaration
public string ReportPath { get; set; }
Property Value
Type |
Description |
System.String |
|
ReportServer
Declaration
public ReportingServer ReportServer { get; set; }
Property Value
ReportServerCredential
Declaration
public ICredentials ReportServerCredential { get; set; }
Property Value
Type |
Description |
System.Net.ICredentials |
|
Declaration
public ReportServerFormsCredential ReportServerFormsCredential { get; set; }
Property Value
ReportServerUrl
Declaration
public string ReportServerUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
ReportStream
Declaration
public Stream ReportStream { get; set; }
Property Value
Type |
Description |
System.IO.Stream |
|
Methods
Dispose()
Declaration
GetDataSources()
Declaration
public ReportDataSourceInfoCollection GetDataSources()
Returns
GetParameters()
Declaration
public ReportParameterInfoCollection GetParameters()
Returns
LoadReport()
Declaration
SetDataSourceCredentials(IEnumerable<DataSourceCredentials>)
Declaration
public void SetDataSourceCredentials(IEnumerable<DataSourceCredentials> dataSourceCredentials)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<DataSourceCredentials> |
dataSourceCredentials |
|
SetParameter(ReportParameterInfo)
Declaration
public ReportParameterInfoCollection SetParameter(ReportParameterInfo reportParameterInfo)
Parameters
Returns
SetParameters(IEnumerable<ReportParameter>)
Declaration
public void SetParameters(IEnumerable<ReportParameter> reportParameters)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<ReportParameter> |
reportParameters |
|
Events
ReportLoaded
Declaration
public event ReportLoadedEventHandler ReportLoaded
Event Type