Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets a value that indicates whether the field type is calculated field.
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
true if the field type is calculated field; otherwise, false.