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.
Gets the drawing order of the report item within the containing object. Items with lower indices should be drawn first (appearing behind items with higher indices).
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ZIndex As Integer
Get
'Usage
Dim instance As ReportItem
Dim value As Integer
value = instance.ZIndex
public int ZIndex { get; }
public:
property int ZIndex {
int get ();
}
member ZIndex : int
function get ZIndex () : int
Property Value
Type: System.Int32
A int value that represents the drawing order of the report item within the containing object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace