Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Indicates whether the group should appear in a data rendering.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Overridable ReadOnly Property DataElementOutput As DataElementOutputTypes
Get
'Uso
Dim instance As Group
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering.DataElementOutputTypes
A DataElementOutputTypes value.
Comentarios
Possible values are Output, NoOutput, or ContentsOnly.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering