[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.Sidebar

Sidebar Class

Represents the viewer's sidebar, exposing public API for accessing various panels.

Implements
Namespace: GrapeCity.ActiveReports.Viewer.Wpf
Assembly: MESCIUS.ActiveReports.Viewer.Wpf.dll
Syntax
public sealed class Sidebar : DependencyObject, IDisposable

Fields

Name Description
SelectedIndexProperty

Identifies the SelectedIndex dependency property.

WidthProperty

Identifies the Width dependency property.

Properties

Name Description
ParametersPanel

Gets a value representing the panel that displays the parameters for the currently displayed report.

SearchPanel

Gets a value representing the panel that displays the search results for the currently displayed report.

SelectedIndex

Gets or sets a value indicating the index of the current active panel.

ThumbnailsPanel

Gets a value representing the panel that displays the thumbnails for the currently displayed report.

TocPanel

Gets a value representing the panel that displays the Table of Contents for the currently displayed report.

Width

Gets or sets a value indicating the sidebar width.

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

ToggleVisibility()

Toggles the visibility of the sidebar.

Events

Name Description
SelectedIndexChanged

Occurs when the selected pane index changes, typically when the user switches between different panels in the viewer.