Partager via


Propriété ClipContent

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ClipContent As ReportBoolProperty
    Get
'Utilisation
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