ActiveReports 8
ParametersPanel Class Members
See Also  Fields  Properties  Methods 
GrapeCity.ActiveReports.Viewer.Wpf.v8 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace : ParametersPanel Class

Glossary Item Box

The following tables list the members exposed by ParametersPanel.

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)EnabledPropertyGets or sets the value that determines whether the viewer's parameters panel is enabled.
 
Public Fieldstatic (Shared in Visual Basic)VisiblePropertyGets or sets the value that determines whether the viewer's parameters panel is visible.  
Top

Public Properties

 NameDescription
Public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyEnabledGets or sets the value that determines whether the viewer's parameters panel is enabled.
 
Public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
Public PropertyVisibleGets or sets a value that determines whether the viewer's panel of parameters is visible.
 
Top

Public Methods

 NameDescription
Public MethodClearClears the sidebar panel.
(Inherited from GrapeCity.ActiveReports.Viewer.Wpf.SidebarPanel)
Public MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
Public MethodDisposeOverridden. Releases the resources used by the parameters panel.  
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodGetHashCode (Inherited from System.Windows.DependencyObject)
Public MethodGetValue (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
Public MethodRefreshOverridden. Forces the panel of parameters to invalidate its client area and immediately redraw itself and any child controls.
 
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Top

See Also