Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the number of characters after which to wrap the legend text.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TextWrapThreshold As ReportExpression(Of Integer)
Get
Set
'Usage
Dim instance As MapLegend
Dim value As ReportExpression(Of Integer)
value = instance.TextWrapThreshold
instance.TextWrapThreshold = value
public ReportExpression<int> TextWrapThreshold { get; set; }
public:
property ReportExpression<int> TextWrapThreshold {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member TextWrapThreshold : ReportExpression<int> with get, set
function get TextWrapThreshold () : ReportExpression<int>
function set TextWrapThreshold (value : ReportExpression<int>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.