Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a boolean value that indicates whether the member is a static member.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property IsStatic As Boolean
Get
'Usage
Dim instance As DataRegionMember
Dim value As Boolean
value = instance.IsStatic
public abstract bool IsStatic { get; }
public:
virtual property bool IsStatic {
bool get () abstract;
}
abstract IsStatic : bool
abstract function get IsStatic () : boolean
Property Value
Type: System.Boolean
true if the member is a static member; otherwise, false.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace