Compartilhar via


Propriedade ClipContent

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property ClipContent As ReportBoolProperty
    Get
'Uso
Dim instance As Gauge
Dim value As ReportBoolProperty

value = instance.ClipContent
public ReportBoolProperty ClipContent { get; }
public:
property ReportBoolProperty^ ClipContent {
    ReportBoolProperty^ get ();
}
member ClipContent : ReportBoolProperty
function get ClipContent () : ReportBoolProperty