Report.Columns 属性

Gets the default number of columns for rendering the report.

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Columns As Integer 
    Get
用法
Dim instance As Report 
Dim value As Integer 

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

属性值

类型:System.Int32
An integer value containing the number of columns that is the default when rendering the report.

请参阅

参考

Report 类

Microsoft.ReportingServices.ReportRendering 命名空间