Proprietà DataElementOutput
Indicates whether the item should appear in a data rendering.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property DataElementOutput As DataElementOutputTypes
Get
'Utilizzo
Dim instance As ReportItem
Dim value As DataElementOutputTypes
value = instance.DataElementOutput
public virtual DataElementOutputTypes DataElementOutput { get; }
public:
virtual property DataElementOutputTypes DataElementOutput {
DataElementOutputTypes get ();
}
abstract DataElementOutput : DataElementOutputTypes
override DataElementOutput : DataElementOutputTypes
function get DataElementOutput () : DataElementOutputTypes
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DataElementOutputTypes
A DataElementOutputTypes object.
Vedere anche