MapSpatialElementTemplate.DataElementOutput Property
Gets a value that indicates whether the spatial element template will appear in a data rendering.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DataElementOutput As DataElementOutputTypes
Get
'Usage
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
Property Value
Type: 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.
See Also
Reference
MapSpatialElementTemplate Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace