Proprietà Gauge.ClipContent

Indicates the content of the gauge should be clipped by the bounds/frame of the gauge.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property ClipContent As ReportExpression(Of Boolean)
    Get 
    Set
'Utilizzo
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>)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.

Vedere anche

Riferimento

Gauge Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel