Propriedade do RDL GaugeInstance.ClipContent
Gets the calculated value of the ClipContent property in a Gauge class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
A Boolean value that represents the calculated value of the ClipContent property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering