C# Класс ReportingFramework.PageBuilder

Показать файл Открыть проект

Открытые методы

Метод Описание
Build ( ) : System.Windows.Documents.PageContent
PageBuilder ( double width, double height, int marginsLeft, int marginsTop, int marginsRight, int marginsBottom, ContentControl frame ) : System.Windows
TryAdd ( FrameworkElement control ) : bool

Описание методов

Build() публичный Метод

public Build ( ) : System.Windows.Documents.PageContent
Результат System.Windows.Documents.PageContent

PageBuilder() публичный Метод

public PageBuilder ( double width, double height, int marginsLeft, int marginsTop, int marginsRight, int marginsBottom, ContentControl frame ) : System.Windows
width double
height double
marginsLeft int
marginsTop int
marginsRight int
marginsBottom int
frame System.Windows.Controls.ContentControl
Результат System.Windows

TryAdd() публичный Метод

public TryAdd ( FrameworkElement control ) : bool
control System.Windows.FrameworkElement
Результат bool