Search
DataRangeSection Constructor (DataRangeSection)
See Also
 





Initializes a new instance of the DataRangeSection class with the specified DataRangeSection as a prototype.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public DataRangeSection (
    DataRangeSection prototype
)

Visual Basic  Copy Code

Public New ( _
    prototype As DataRangeSection _
)

 Parameters

prototype

 See Also