ChartTitleDockings 枚举
Specifies where the chart title is docked.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration ChartTitleDockings
用法
Dim instance As ChartTitleDockings
public enum ChartTitleDockings
public enum class ChartTitleDockings
type ChartTitleDockings
public enum ChartTitleDockings
成员
成员名称 | 说明 | |
---|---|---|
Top | Dock the chart title at the top. | |
Right | Dock the chart title at the right side. | |
Bottom | Dock the chart title at the bottom. | |
Left | Dock the chart title at the left side. |