ChartLegend.TextWrapThreshold 属性

Gets an expression that evaluates to the number of characters after which to wrap the legend text.

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

语法

声明
Public ReadOnly Property TextWrapThreshold As ReportIntProperty 
    Get
用法
Dim instance As ChartLegend 
Dim value As ReportIntProperty 

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

属性值

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

请参阅

参考

ChartLegend 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间