Report Viewer active tool type.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public enum ActiveTool |
Visual Basic (Declaration) |
---|
Public Enumeration ActiveTool |
Visual C++ |
---|
public enum class ActiveTool |
Members
Member name | Description | |
---|---|---|
Pan |
Report panning mode.
| |
DynamicZoom |
Dynamic scaling mode.
| |
ZoomToRegion |
Scaling mode by the set area.
| |
ZoomIn |
Zoom in mode.
| |
ZoomOut |
Zoom out mode.
|