Udostępnij przez


Właściwość Gauge.ClipContent

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

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property ClipContent As ReportBoolProperty
    Get
'Użycie
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