Table of Contents

Class DocumentBuilder

Namespace
Balsam.Reporting
Assembly
Balsam.Reporting.dll

A class for automatically building a WPF FixedDocument containing a grid of strategy views.

public static class DocumentBuilder
Inheritance
DocumentBuilder
Inherited Members

Methods

GetDocument(IEnumerable<object>, Type)

Builds a fixed document using the specified tradestats and snapshot view, and default view model.

public static FixedDocument GetDocument(IEnumerable<object> tradeStats, Type snapshot)

Parameters

tradeStats IEnumerable<object>
snapshot Type

Returns

FixedDocument

GetDocument(IEnumerable<object>, Type, Type)

Builds a fixed documents using the specifed tradestats, snapshot view and custom view model.

public static FixedDocument GetDocument(IEnumerable<object> tradeStats, Type snapshot, Type viewModel)

Parameters

tradeStats IEnumerable<object>
snapshot Type
viewModel Type

Returns

FixedDocument