Partilhar via


Propriedade do RDL Gauge.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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Consulte também

Referência

Gauge Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering