ChartDataPointValues.HighlightSize 属性

Gets an expression that evaluates to the highlighted Size value for the data point.

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

语法

声明
Public ReadOnly Property HighlightSize As ReportVariantProperty 
    Get
用法
Dim instance As ChartDataPointValues 
Dim value As ReportVariantProperty 

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
Returns ReportVariantProperty.

请参阅

参考

ChartDataPointValues 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间