Proprietà ClipContent
Gets the calculated value of the ClipContent property in a Gauge class.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ClipContent As Boolean
Get
'Utilizzo
Dim instance As GaugeInstance
Dim value As Boolean
value = instance.ClipContent
public bool ClipContent { get; }
public:
property bool ClipContent {
bool get ();
}
member ClipContent : bool
function get ClipContent () : boolean
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the ClipContent property.
Vedere anche