FixedColumnHeaders Propiedad
Indicates the column headers should be displayed on the page even when the user scrolls part of the tablix off the page.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property FixedColumnHeaders As Boolean
Get
'Uso
Dim instance As Tablix
Dim value As Boolean
value = instance.FixedColumnHeaders
public bool FixedColumnHeaders { get; }
public:
property bool FixedColumnHeaders {
bool get ();
}
member FixedColumnHeaders : bool
function get FixedColumnHeaders () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean value.
Vea también