Propriété FixedColumnHeaders
Indicates the column headers should be displayed on the page even when the user scrolls part of the tablix off the page.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FixedColumnHeaders As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value.
Voir aussi