Partager via


Propriété ReportSize.IsEmpty

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsEmpty As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ReportSize Structure

Espace de noms Microsoft.ReportingServices.RdlObjectModel