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.
Gets the DataElementOutputTypes used in the report item.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property DataElementOutput As DataElementOutputTypes
Get
'Uso
Dim instance As ReportItem
Dim value As DataElementOutputTypes
value = instance.DataElementOutput
public DataElementOutputTypes DataElementOutput { get; }
public:
property DataElementOutputTypes DataElementOutput {
DataElementOutputTypes get ();
}
member DataElementOutput : DataElementOutputTypes
function get DataElementOutput () : DataElementOutputTypes
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering.DataElementOutputTypes
The DataElementOutputTypes used in the report item.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering