Udostępnij za pośrednictwem


Właściwość Gauge.ClipContent

Wskazuje zawartość przyrząd powinien przycinane przez granice/ramki przyrządu.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property ClipContent As ReportExpression(Of Boolean)
    Get
    Set
'Użycie
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>)