共用方式為


MapSpatialElementTemplate.DataElementOutput 屬性

Gets a value that indicates whether the spatial element template will appear in a data rendering.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property DataElementOutput As DataElementOutputTypes 
    Get
'用途
Dim instance As MapSpatialElementTemplate 
Dim value As DataElementOutputTypes 

value = instance.DataElementOutput
public DataElementOutputTypes DataElementOutput { get; }
public:
property DataElementOutputTypes DataElementOutput {
    DataElementOutputTypes get ();
}
member DataElementOutput : DataElementOutputTypes
function get DataElementOutput () : DataElementOutputTypes

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes
One of the enumeration values of DataElementOutputTypes enumeration that indicates whether the spatial element template will appear in a data rendering.

請參閱

參考

MapSpatialElementTemplate 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間