Class ReportSerializer
Inheritance
System.Object
ReportSerializer
Assembly: Syncfusion.SfReportViewer.UWP.dll
Syntax
public class ReportSerializer : Object
Constructors
ReportSerializer()
Declaration
public ReportSerializer()
Properties
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
CanIgnore()
Declaration
Returns
Type |
Description |
System.Boolean |
|
GetAttribute(String)
Declaration
public string GetAttribute(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.String |
|
GetReportDefinition(Stream)
Declaration
public ReportDefinition GetReportDefinition(Stream stream)
Parameters
Type |
Name |
Description |
System.IO.Stream |
stream |
|
Returns
GetReportDefinition(XmlReader)
Declaration
public ReportDefinition GetReportDefinition(XmlReader reader)
Parameters
Type |
Name |
Description |
System.Xml.XmlReader |
reader |
|
Returns
GetSharedDataSet(Stream)
Declaration
public SharedDataSet GetSharedDataSet(Stream stream)
Parameters
Type |
Name |
Description |
System.IO.Stream |
stream |
|
Returns
GetSharedDataSet(XmlReader)
Declaration
public SharedDataSet GetSharedDataSet(XmlReader reader)
Parameters
Type |
Name |
Description |
System.Xml.XmlReader |
reader |
|
Returns
HasAttributes()
Declaration
public bool HasAttributes()
Returns
Type |
Description |
System.Boolean |
|
IsElement(String)
Declaration
public bool IsElement(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Boolean |
|
IsEndElement()
Declaration
public bool IsEndElement()
Returns
Type |
Description |
System.Boolean |
|
IsEndElement(String)
Declaration
public bool IsEndElement(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Boolean |
|
IsStartElement()
Declaration
public bool IsStartElement()
Returns
Type |
Description |
System.Boolean |
|
IsValueElement(String)
Declaration
public bool IsValueElement(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Boolean |
|
IsWhitespaceElement()
Declaration
public bool IsWhitespaceElement()
Returns
Type |
Description |
System.Boolean |
|
Read()
Declaration
ReadValueElementValue()
Declaration
public string ReadValueElementValue()
Returns
Type |
Description |
System.String |
|
SaveReportDefinition(Stream, Object)
Serializes the specified System.Object and writes the XML document to a file using the specified System.IO.Stream.
Declaration
public void SaveReportDefinition(Stream stream, object o)
Parameters
Type |
Name |
Description |
System.IO.Stream |
stream |
The System.IO.Stream used to write the XML document.
|
System.Object |
o |
The System.Object to serialize.
|
SaveReportDefinition(TextWriter, Object)
Serializes the specified System.Object and writes the XML document to a file using the specified System.IO.TextWriter.
Declaration
public void SaveReportDefinition(TextWriter textWriter, object o)
Parameters
Type |
Name |
Description |
System.IO.TextWriter |
textWriter |
The System.IO.TextWriter used to write the XML document.
|
System.Object |
o |
The System.Object to serialize.
|
SaveReportDefinition(XmlWriter, Object)
Serializes the specified System.Object and writes the XML document to a file using the specified System.Xml.XmlWriter.
Declaration
public void SaveReportDefinition(XmlWriter xmlWriter, object o)
Parameters
Type |
Name |
Description |
System.Xml.XmlWriter |
xmlWriter |
|
System.Object |
o |
The System.Object to serialize.
|
Extension Methods