Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the row headers should be displayed on the page even when the user scrolls part of the tablix off the page.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property FixedRowHeaders As Boolean
Get
'Usage
Dim instance As Tablix
Dim value As Boolean
value = instance.FixedRowHeaders
public bool FixedRowHeaders { get; }
public:
property bool FixedRowHeaders {
bool get ();
}
member FixedRowHeaders : bool
function get FixedRowHeaders () : boolean
Property Value
Type: System.Boolean
A Boolean value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace