Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a Boolean value that indicates whether the tablix member should be kept in the viewing window when the user scrolls the page.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property FixedData As Boolean
Get
Set
'Usage
Dim instance As TablixMember
Dim value As Boolean
value = instance.FixedData
instance.FixedData = value
public bool FixedData { get; set; }
public:
property bool FixedData {
bool get ();
void set (bool value);
}
member FixedData : bool with get, set
function get FixedData () : boolean
function set FixedData (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true if the tablix member has a fixed data; otherwise, false.