Propriedade do RDL Field.IsCalculatedField
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets a value that indicates whether the field type is calculated field.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
true if the field type is calculated field; otherwise, false.