Свойство ClipContent
Indicates the content of the gauge should be clipped by the bounds/frame of the gauge.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property ClipContent As ReportExpression(Of Boolean)
Get
Set
'Применение
Dim instance As Gauge
Dim value As ReportExpression(Of Boolean)
value = instance.ClipContent
instance.ClipContent = value
public ReportExpression<bool> ClipContent { get; set; }
public:
property ReportExpression<bool> ClipContent {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member ClipContent : ReportExpression<bool> with get, set
function get ClipContent () : ReportExpression<boolean>
function set ClipContent (value : ReportExpression<boolean>)
Значение свойства
Тип Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Boolean> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
См. также