Proprietà ClipContent
Indicates the content of the gauge should be clipped by the bounds/frame of the gauge.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ClipContent As ReportBoolProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Vedere anche