Compartir a través de


Field.IsCalculatedField Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets a value that indicates whether the field type is calculated field.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsCalculatedField As Boolean 
    Get
'Uso
Dim instance As Field 
Dim value As Boolean 

value = instance.IsCalculatedField
public bool IsCalculatedField { get; }
public:
property bool IsCalculatedField {
    bool get ();
}
member IsCalculatedField : bool
function get IsCalculatedField () : boolean

Valor de la propiedad

Tipo: System.Boolean
true if the field type is calculated field; otherwise, false.

Vea también

Referencia

Field Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel