CustomLabel.TickMarkStyle 属性

Gets the style properties for the tick mark.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property TickMarkStyle As TickMarkStyle 
    Get
用法
Dim instance As CustomLabel 
Dim value As TickMarkStyle 

value = instance.TickMarkStyle
public TickMarkStyle TickMarkStyle { get; }
public:
property TickMarkStyle^ TickMarkStyle {
    TickMarkStyle^ get ();
}
member TickMarkStyle : TickMarkStyle
function get TickMarkStyle () : TickMarkStyle

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.TickMarkStyle
A TickMarkStyle object.

请参阅

参考

CustomLabel 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间