Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the data member corresponds to a database field or a regular member corresponding to a value for a field.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property IsStatic As Boolean
Get
'Usage
Dim instance As DataMember
Dim value As Boolean
value = instance.IsStatic
public bool IsStatic { get; }
public:
property bool IsStatic {
bool get ();
}
member IsStatic : bool
function get IsStatic () : boolean
Property Value
Type: System.Boolean
A Boolean value. A true value indicates that the data member corresponds to a database field.