Im not pretty sure posting on this forum but want to try.
I have a custom report item which works fine with VS2010 and MSSQL2012.
But, when i created new report project (Business Intelligence Wizard), im unable to add my custom report item to toolbox.
I, as usually, selected Choose Items, selected my dll, and in the grid i dont see my report item. My attributes for CustomReportItem are:
[CustomReportItem("NAME"),
DefaultProperty("CodeText"),
LocalizedName("PROJECT NAME"),
Editor(typeof (CustomEditor), typeof (ComponentEditor)),
Description("NAME Designer")]
[ToolboxBitmap(typeof (NAMEDesigner), "NAMEDesigner.bmp")]
[System.CLSCompliant(false)]
I just replaced some text with NAME wording.
So why my report item is absent ? Maybe need another attributes in VS2012?
Thanks