public PLTotalType()
 {
     _alignment = new AlignmentType1();
     _operator = PLTotalTypeOperator.Sum;
     _captionAlignment = PLTotalTypeCaptionAlignment.Automatic;
 }
Exemplo n.º 2
0
 public PLTotalType()
 {
     this.operatorField = PLTotalTypeOperator.Sum;
     this.captionAlignmentField = PLTotalTypeCaptionAlignment.Automatic;
 }