GaugeInstance.ClipContent Propiedad
Gets the calculated value of the ClipContent property in a Gauge class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ClipContent As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
A Boolean value that represents the calculated value of the ClipContent property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering