Proprietà Field.IsCalculatedField
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets a value that indicates whether the field type is calculated field.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsCalculatedField As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true if the field type is calculated field; otherwise, false.