ReportColumns(Int32, ReportSize) 构造函数

定义

public:
 ReportColumns(int columns, Microsoft::ReportingServices::RdlObjectModel::ReportSize columnSpacing);
public ReportColumns (int columns, Microsoft.ReportingServices.RdlObjectModel.ReportSize columnSpacing);
new Microsoft.ReportDesigner.ReportColumns : int * Microsoft.ReportingServices.RdlObjectModel.ReportSize -> Microsoft.ReportDesigner.ReportColumns
Public Sub New (columns As Integer, columnSpacing As ReportSize)

参数

columns
Int32
columnSpacing
ReportSize

适用于