Property IdPrefix
IdPrefix
Gets or sets the prefix of every id the projection writes. The default is dw-.
public string IdPrefix { get; set; }
Property Value
Remarks
Ids are the prefix, the page number and the item's index on the page, so they collide with nothing
a report contains: an item's Name is author-supplied and never reaches an id. Change
this only to keep two projections on one page apart.