Partager via


Propriété GaugeMember.ColumnSpan

Gets the column span of this gauge member.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

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

Valeur de propriété

Type : System.Int32
An int value.

Voir aussi

Référence

GaugeMember Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering