Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets a value that indicates whether 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.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property FixedColumnHeaders As Boolean
Get
Set
'Utilisation
Dim instance As Tablix
Dim value As Boolean
value = instance.FixedColumnHeaders
instance.FixedColumnHeaders = value
public bool FixedColumnHeaders { get; set; }
public:
property bool FixedColumnHeaders {
bool get ();
void set (bool value);
}
member FixedColumnHeaders : bool with get, set
function get FixedColumnHeaders () : boolean
function set FixedColumnHeaders (value : boolean)
Valeur de propriété
Type : System.Boolean
true if the column headers should be displayed on the page; otherwise, false.