Свойство ReportSize.IsEmpty
Gets a value that indicates whether the report size has not been set.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public ReadOnly Property IsEmpty As Boolean
Get
'Применение
Dim instance As ReportSize
Dim value As Boolean
value = instance.IsEmpty
public bool IsEmpty { get; }
public:
property bool IsEmpty {
bool get ();
}
member IsEmpty : bool
function get IsEmpty () : boolean
Значение свойства
Тип: System.Boolean
True if the report size has not been set; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel