[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.SectionDocument.-ctor

SectionDocument Constructor

SectionDocument()

Initializes a new instance of the SectionDocument class.

Declaration
public SectionDocument()

SectionDocument(string)

Initializes a new instance of the SectionDocument class.

Declaration
public SectionDocument(string name)
Parameters
Type Name Description
string name

A string value representing the name of the document.

SectionDocument(SerializationInfo, StreamingContext)

Deserialization constructor. Initializes a new instance of the SectionDocument class.

Declaration
protected SectionDocument(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The information of serialization .

StreamingContext context

The context of streaming.