Gauge.ClipContent 属性
Indicates the content of the gauge should be clipped by the bounds/frame of the gauge.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property ClipContent As ReportBoolProperty
Get
用法
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