共用方式為


Gauge.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<Boolean>
A ReportExpression<T> object.

請參閱

參考

Gauge 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間