Свойство MapSubItem.ZIndex
Gets the drawing order of the subitem.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property ZIndex As ReportIntProperty
Get
'Применение
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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object that represents the drawing order of the subitem.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering