共用方式為


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 命名空間