Table of Contents

Method Write

Namespace
DocWright.Reporting.Rdl
Assembly
DocWright.Reporting.Rdl.dll

Write(ReportDefinition, Stream)

Writes a definition to a stream.

public void Write(ReportDefinition definition, Stream output)

Parameters

definition ReportDefinition

The definition to write.

output Stream

The stream to write to.

Exceptions

ArgumentNullException

definition or output is null.