Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets a value that indicates whether this tablix member should be included in the rendered output.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property DataElementOutput As DataElementOutputTypes
Get
'Usage
Dim instance As TablixMember
Dim value As DataElementOutputTypes
value = instance.DataElementOutput
public abstract DataElementOutputTypes DataElementOutput { get; }
public:
virtual property DataElementOutputTypes DataElementOutput {
DataElementOutputTypes get () abstract;
}
abstract DataElementOutput : DataElementOutputTypes
abstract function get DataElementOutput () : DataElementOutputTypes
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.DataElementOutputTypes
A DataElementOutputTypes object that represents a value that indicates whether this tablix member should be included in the rendered output.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace