Show / Hide Table of Contents

Interface IReportData

Provides access to the data of a report.

Namespace: Sartorius.SAF.ReportGenerator
Assembly: Sartorius.SAF.ReportGenerator.dll
Syntax
public interface IReportData

Properties

View Source

Content

Gets or sets the content of the report.

Declaration
ReportContent Content { get; set; }
Property Value
Type Description
ReportContent

Extension Methods

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