Field.IsCalculatedField Property
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property IsCalculatedField As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value.