GaugePointer.Hidden 属性
Indicates the pointer is hidden.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property Hidden As ReportBoolProperty
Get
用法
Dim instance As GaugePointer
Dim value As ReportBoolProperty
value = instance.Hidden
public ReportBoolProperty Hidden { get; }
public:
property ReportBoolProperty^ Hidden {
ReportBoolProperty^ get ();
}
member Hidden : ReportBoolProperty
function get Hidden () : ReportBoolProperty