Class ReportHelper
static class for ReportHelper.
Inheritance
System.Object
ReportHelper
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 static class ReportHelper
Properties
ReportServiceURL
Declaration
public static string ReportServiceURL { get; set; }
Property Value
Type |
Description |
System.String |
|
ServiceAuthorizationToken
Declaration
public static string ServiceAuthorizationToken { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GetDataSetNames()
Declaration
[Obsolete("This method is obsolete. Use GetDataSetNames with arguments instead")]
public static IList<string> GetDataSetNames()
Returns
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
GetDataSetNames(Dictionary<String, Object>, IReportController)
Declaration
public static IList<string> GetDataSetNames(Dictionary<string, object> jsonArray, IReportController reportController)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
jsonArray |
|
IReportController |
reportController |
|
Returns
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
GetDataSources()
Declaration
[Obsolete("This method is obsolete. Use GetDataSources with arguments instead")]
public static List<DataSourceInfo> GetDataSources()
Returns
GetDataSources(Dictionary<String, Object>, IReportController)
Declaration
public static List<DataSourceInfo> GetDataSources(Dictionary<string, object> jsonArray, IReportController reportController)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
jsonArray |
|
IReportController |
reportController |
|
Returns
GetParameters()
Declaration
[Obsolete("This method is obsolete. Use GetParameters with arguments instead")]
public static ReportParameterInfoCollection GetParameters()
Returns
GetParameters(Dictionary<String, Object>, IReportController)
Declaration
public static ReportParameterInfoCollection GetParameters(Dictionary<string, object> jsonArray, IReportController reportController)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
jsonArray |
|
IReportController |
reportController |
|
Returns
GetParametersWithValues(Dictionary<String, Object>, IReportController)
Declaration
public static ReportParameterInfoCollection GetParametersWithValues(Dictionary<string, object> jsonArray, IReportController reportController)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
jsonArray |
|
IReportController |
reportController |
|
Returns
GetReport(String, String)
Declaration
public static Stream GetReport(string reportViewerInstanceId, string format)
Parameters
Type |
Name |
Description |
System.String |
reportViewerInstanceId |
|
System.String |
format |
|
Returns
Type |
Description |
System.IO.Stream |
|
GetReportingServer()
Declaration
[Obsolete("This method is obsolete. Use GetReportingServer with arguments instead")]
public static ReportingServer GetReportingServer()
Returns
GetReportingServer(Dictionary<String, Object>, IReportController)
Returns the report server that is used to process the current report.
Declaration
public static ReportingServer GetReportingServer(Dictionary<string, object> jsonArray, IReportController reportController)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
jsonArray |
|
IReportController |
reportController |
|
Returns
GetResource(String, String, Boolean)
Declaration
public static object GetResource(string key, string resourcetype, bool isPrint)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.String |
resourcetype |
|
System.Boolean |
isPrint |
|
Returns
Type |
Description |
System.Object |
|
ProcessReport(Dictionary<String, Object>, IReportController)
Declaration
public static object ProcessReport(Dictionary<string, object> jsonArray, IReportController reportController)
Parameters
Type |
Name |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
jsonArray |
|
IReportController |
reportController |
|
Returns
Type |
Description |
System.Object |
|