[]
        
(Showing Draft Content)

C1.WPF.ReportViewer.C1ReportViewerToolbar

C1ReportViewerToolbar Class

Provides tools for controlling a C1ReportViewer.

Namespace: C1.WPF.ReportViewer
Assembly: C1.WPF.ReportViewer.4.6.2.dll
Syntax
[TemplatePart(Name = "PageNumber", Type = typeof(TextBox))]
[TemplatePart(Name = "Zoom", Type = typeof(C1ComboBox))]
[TemplatePart(Name = "Find", Type = typeof(TextBox))]
[TemplatePart(Name = "FitWidth", Type = typeof(ToggleButton))]
[TemplatePart(Name = "OnePage", Type = typeof(ToggleButton))]
[TemplatePart(Name = "TwoPages", Type = typeof(ToggleButton))]
public class C1ReportViewerToolbar : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
C1ReportViewerToolbar()

Initializes a new instance of a C1ReportViewerToolbar.

Fields

Name Description
FindResultsProperty

Identifies the FindResults dependency property.

ViewerProperty

Identifies the Viewer dependency property.

Properties

Name Description
FindResults

Gets a string to display the number of current find results.

Viewer

Gets or sets the C1ReportViewer this toolbar controls.

Methods

Name Description
OnApplyTemplate()

Builds the visual tree for the C1ReportViewerToolbar control when a new template is applied.