Propriedade do RDL ColumnSpan
Gets the column span of this gauge member.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ColumnSpan As Integer
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Int32
An int value.
Consulte também