Condividi tramite


Proprietà GaugeMember.ColumnSpan

Gets the column span of this gauge member.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ColumnSpan As Integer 
    Get
'Utilizzo
Dim instance As GaugeMember 
Dim value As Integer 

value = instance.ColumnSpan
public int ColumnSpan { get; }
public:
property int ColumnSpan {
    int get ();
}
member ColumnSpan : int
function get ColumnSpan () : int

Valore proprietà

Tipo: System.Int32
An int value.

Vedere anche

Riferimento

GaugeMember Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering