Class ParameterHelper
Inheritance
System.Object
ParameterHelper
Assembly: Syncfusion.Report.Portable.dll
Syntax
public class ParameterHelper : Object
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
add_ReportLoaded(ReportLoadedEventHandler)
Declaration
public void add_ReportLoaded(ReportLoadedEventHandler value)
Parameters
Dispose()
Declaration
GetDataSources()
Declaration
public ReportDataSourceInfoCollection GetDataSources()
Returns
GetParameters()
Declaration
public ReportParameterInfoCollection GetParameters()
Returns
LoadReport()
Declaration
remove_ReportLoaded(ReportLoadedEventHandler)
Declaration
public void remove_ReportLoaded(ReportLoadedEventHandler value)
Parameters
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