[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Converters.PageViewToCanvasConverter

PageViewToCanvasConverter Class

Represents a converter that converts a GrapeCity.Viewer.Common.PageView to a XAML Canvas element.

Inheritance
PageViewToCanvasConverter
Namespace: GrapeCity.ActiveReports.Converters
Assembly: MESCIUS.ActiveReports.Viewer.Wpf.dll
Syntax
public class PageViewToCanvasConverter : IMultiValueConverter

Constructors

Name Description
PageViewToCanvasConverter()

Methods

Name Description
Convert(object[], Type, object, CultureInfo)

Converts source values to a value for the binding target. The data binding engine calls this method when it propagates the values from source bindings to the binding target.

ConvertBack(object, Type[], object, CultureInfo)

Converts a binding target value to the source binding values.