Sdílet prostřednictvím


ReportSize.IsEmpty Property

Gets a value that indicates whether the report size has not been set.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property IsEmpty As Boolean 
    Get
'Usage
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

Property Value

Type: System.Boolean
True if the report size has not been set; otherwise, false.

See Also

Reference

ReportSize Structure

Microsoft.ReportingServices.RdlObjectModel Namespace