Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Number of columns in the tablix (equals the number of leaf-members in the column hierarchy).
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Columns As Integer
Get
'Usage
Dim instance As Tablix
Dim value As Integer
value = instance.Columns
public int Columns { get; }
public:
property int Columns {
int get ();
}
member Columns : int
function get Columns () : int
Property Value
Type: System.Int32
An int value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace