Свойство Type
Returns the type of the custom report item.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Type As String
Get
'Применение
Dim instance As CustomReportItem
Dim value As String
value = instance.Type
public string Type { get; }
public:
property String^ Type {
String^ get ();
}
member Type : string
function get Type () : String
Значение свойства
Тип: System. . :: . .String
A string value.
См. также