Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a value that indicates whether the row headers should be displayed on the page even when the user scrolls part of the Tablix off the page.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property FixedRowHeaders As Boolean
Get
Set
'Uso
Dim instance As Tablix
Dim value As Boolean
value = instance.FixedRowHeaders
instance.FixedRowHeaders = value
public bool FixedRowHeaders { get; set; }
public:
property bool FixedRowHeaders {
bool get ();
void set (bool value);
}
member FixedRowHeaders : bool with get, set
function get FixedRowHeaders () : boolean
function set FixedRowHeaders (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
true if the row headers should be displayed on the page; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel