Class ReportingServer
Inheritance
System.Object
ReportingServer
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 abstract class ReportingServer
Constructors
ReportingServer()
Declaration
protected ReportingServer()
Properties
DataSetMappingInfo
Declaration
public Dictionary<string, string> DataSetMappingInfo { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
DataSourceMappingInfo
Declaration
public Dictionary<string, string> DataSourceMappingInfo { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.String> |
|
IsFavoriteReport
Declaration
public bool IsFavoriteReport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPublicReport
Declaration
public bool IsPublicReport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ReportPath
Declaration
public string ReportPath { get; set; }
Property Value
Type |
Description |
System.String |
|
ReportServerCredential
Declaration
public ICredentials ReportServerCredential { get; set; }
Property Value
Type |
Description |
System.Net.ICredentials |
|
ReportServerUrl
Declaration
public string ReportServerUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
CreateItem(ItemTypeEnum, String, String, Boolean, Byte[], out String)
Declaration
public virtual bool CreateItem(ItemTypeEnum itemType, string itemName, string folderName, bool Overwrite, byte[] itemData, out string exception)
Parameters
Type |
Name |
Description |
ItemTypeEnum |
itemType |
|
System.String |
itemName |
|
System.String |
folderName |
|
System.Boolean |
Overwrite |
|
System.Byte[] |
itemData |
|
System.String |
exception |
|
Returns
Type |
Description |
System.Boolean |
|
CreateReport(String, String, Byte[], out String)
Declaration
public virtual bool CreateReport(string reportname, string folderName, byte[] reportdata, out string exception)
Parameters
Type |
Name |
Description |
System.String |
reportname |
|
System.String |
folderName |
|
System.Byte[] |
reportdata |
|
System.String |
exception |
|
Returns
Type |
Description |
System.Boolean |
|
DecryptString(String, ItemTypeEnum)
Declaration
public virtual string DecryptString(string inputString, ItemTypeEnum itemType)
Parameters
Type |
Name |
Description |
System.String |
inputString |
|
ItemTypeEnum |
itemType |
|
Returns
Type |
Description |
System.String |
|
EditReport(Byte[])
Declaration
public virtual bool EditReport(byte[] reportdata)
Parameters
Type |
Name |
Description |
System.Byte[] |
reportdata |
|
Returns
Type |
Description |
System.Boolean |
|
EncryptString(String, ItemTypeEnum)
Declaration
public virtual string EncryptString(string inputString, ItemTypeEnum itemType)
Parameters
Type |
Name |
Description |
System.String |
inputString |
|
ItemTypeEnum |
itemType |
|
Returns
Type |
Description |
System.String |
|
GetDataSourceDefinition(String)
Declaration
public virtual DataSourceDefinition GetDataSourceDefinition(string dataSource)
Parameters
Type |
Name |
Description |
System.String |
dataSource |
|
Returns
GetItemDefinition(String)
Declaration
public virtual byte[] GetItemDefinition(string itemName)
Parameters
Type |
Name |
Description |
System.String |
itemName |
|
Returns
Type |
Description |
System.Byte[] |
|
GetItems(String, ItemTypeEnum)
Declaration
public virtual List<CatalogItem> GetItems(string folderName, ItemTypeEnum type)
Parameters
Type |
Name |
Description |
System.String |
folderName |
|
ItemTypeEnum |
type |
|
Returns
Type |
Description |
System.Collections.Generic.List<CatalogItem> |
|
GetReport()
Declaration
public virtual Stream GetReport()
Returns
Type |
Description |
System.IO.Stream |
|
GetSharedDataDefinition(String)
Declaration
public virtual SharedDatasetinfo GetSharedDataDefinition(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns