WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ReportSerializer - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ReportSerializer

    Inheritance
    System.Object
    ReportSerializer
    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()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.ReportControls.Wpf.dll
    Syntax
    public class ReportSerializer

    Constructors

    ReportSerializer()

    Declaration
    public ReportSerializer()

    Properties

    ErrorMessage

    Declaration
    public string ErrorMessage { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    CanIgnore()

    Declaration
    public bool CanIgnore()
    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
    Type Description
    ReportDefinition

    GetReportDefinition(XmlReader)

    Declaration
    public ReportDefinition GetReportDefinition(XmlReader reader)
    Parameters
    Type Name Description
    System.Xml.XmlReader reader
    Returns
    Type Description
    ReportDefinition

    GetSharedDataSet(Stream)

    Declaration
    public SharedDataSet GetSharedDataSet(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream
    Returns
    Type Description
    SharedDataSet

    GetSharedDataSet(XmlReader)

    Declaration
    public SharedDataSet GetSharedDataSet(XmlReader reader)
    Parameters
    Type Name Description
    System.Xml.XmlReader reader
    Returns
    Type Description
    SharedDataSet

    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
    public void Read()

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved