Show / Hide Table of Contents

Class ReportContent

This class holds the content for the Report. It provides a list of ReportContentNodes which describe the content.

Inheritance
System.Object
ReportContentNode
ReportContent
Implements
System.Collections.Generic.IEnumerable<ReportContentNode>
System.Collections.IEnumerable
ReportContentNode.Add(String, String)
ReportContentNode.Add(ReportContentNode)
ReportContentNode.Add(String, ReportContentNode[])
ReportContentNode.IEnumerable<ReportContentNode>.GetEnumerator()
ReportContentNode.IEnumerable.GetEnumerator()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.ReportGenerator
Assembly: Sartorius.SAF.ReportGenerator.dll
Syntax
public class ReportContent : ReportContentNode, IEnumerable<ReportContentNode>, IEnumerable

Constructors

View Source

ReportContent()

Initializes a new instance of the ReportContent class.

Declaration
public ReportContent()
View Source

ReportContent(ReportContentNode[])

Initializes a new instance of the ReportContent class with the specified content nodes.

Declaration
public ReportContent(params ReportContentNode[] nodes)
Parameters
Type Name Description
ReportContentNode[] nodes

An array of content nodes that contains zero or more ReportContentNodes.

View Source

ReportContent(IEnumerable<ReportContentNode>)

Initializes a new instance of the ReportContent class with the specified content nodes.

Declaration
public ReportContent(IEnumerable<ReportContentNode> nodes)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ReportContentNode> nodes

The content nodes.

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX