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 subitem.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ZIndex As ReportIntProperty
Get
'Usage
Dim instance As MapSubItem
Dim value As ReportIntProperty
value = instance.ZIndex
public ReportIntProperty ZIndex { get; }
public:
property ReportIntProperty^ ZIndex {
ReportIntProperty^ get ();
}
member ZIndex : ReportIntProperty
function get ZIndex () : ReportIntProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the drawing order of the subitem.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace