GaugeInstance.ClipContent Property
Gets the calculated value of the ClipContent property in a Gauge class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ClipContent As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value that represents the calculated value of the ClipContent property.
See Also