MapSpatialElementTemplate.Hidden 属性

Gets a value that indicates whether spatial elements to which the spatial element template is applied are hidden.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Hidden As ReportBoolProperty 
    Get
用法
Dim instance As MapSpatialElementTemplate 
Dim value As ReportBoolProperty 

value = instance.Hidden
public ReportBoolProperty Hidden { get; }
public:
property ReportBoolProperty^ Hidden {
    ReportBoolProperty^ get ();
}
member Hidden : ReportBoolProperty
function get Hidden () : ReportBoolProperty

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object that evaluates to true if the spatial elements to which the spatial element template is applied are hidden; otherwise, false.

请参阅

参考

MapSpatialElementTemplate 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间