FixedData Propiedad
Gets a Boolean value that indicates whether the tablix member should be kept in the viewing window when the user scrolls the page.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Boolean
true if the tablix member should be kept in the viewing window when the user scrolls the page; otherwise, false.