Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Indicates whether the data member corresponds to a database field or a regular member corresponding to a value for a field.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property IsStatic As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
A Boolean value. A true value indicates that the data member corresponds to a database field.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering