Search
XmlSerializationContext.ReadMargins Method
See Also
 





Reads a Margins value with the specified name.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Margins ReadMargins (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadMargins( _
    elementName As String, _
    parentElement As XmlElement _
) As Margins

 Parameters

elementName

The name of the element containing the value.

parentElement

The parent element of the node with the specified name.

 Return Value

A Margins value. Returns null (Nothing in Visual Basic) if there is no element with the specified name under the specified parent.

 See Also