Compartilhar via


Propriedade do RDL TablixMember.FixedData

Gets 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.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public MustOverride ReadOnly Property FixedData As Boolean 
    Get
'Uso
Dim instance As TablixMember 
Dim value As Boolean 

value = instance.FixedData
public abstract bool FixedData { get; }
public:
virtual property bool FixedData {
    bool get () abstract;
}
abstract FixedData : bool
abstract function get FixedData () : boolean

Valor da propriedade

Tipo: System.Boolean
true if the tablix member should be kept in the viewing window when the user scrolls the page; otherwise, false.

Consulte também

Referência

TablixMember Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering