ReportSize.LessThan(ReportSize, ReportSize) Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Testa se la prima dimensione è minore rispetto alla seconda.
public:
static bool operator <(Microsoft::ReportingServices::RdlObjectModel::ReportSize left, Microsoft::ReportingServices::RdlObjectModel::ReportSize right);
public static bool operator < (Microsoft.ReportingServices.RdlObjectModel.ReportSize left, Microsoft.ReportingServices.RdlObjectModel.ReportSize right);
static member ( < ) : Microsoft.ReportingServices.RdlObjectModel.ReportSize * Microsoft.ReportingServices.RdlObjectModel.ReportSize -> bool
Public Shared Operator < (left As ReportSize, right As ReportSize) As Boolean
Parametri
- left
- ReportSize
Primo oggetto ReportSize.
- right
- ReportSize
Secondo oggetto ReportSize.
Restituisce
True se la prima dimensione è minore rispetto alla seconda; in caso contrario, false.
Commenti
Il metodo equivalente per questo operatore è <xref:Microsoft.ReportingServices.RdlObjectModel.ReportSize.Compare%28Microsoft.ReportingServices.RdlObjectModel.ReportSize%2CMicrosoft.ReportingServices.RdlObjectModel.ReportSize%29?displayProperty=fullName>