customproperty

Display custom document property value in Excel 2007 worksheet cell

I've created a program that creates and populates a custom document property in an Excel 2007 workbook file. However I haven't been able to show the value of this property in a worksheet cell. In Word 2007 you can just select "Insert -> Quick Parts -> Field..." and use the DocProperty field to show the value of the custom field in a docu...

How to store regular expressions in the Google App Engine datastore?

Regular Expressions are usually expressed as strings, but they also have properties (ie. single line, multi line, ignore case). How would you store them? And for compiled regular expressions, how to store it? Please note that we can write custom property classes: http://googleappengine.blogspot.com/2009/07/writing-custom-property-classe...

RDLC CustomPropertiesType add attribute

Hi, here is my problem.Reading the definition of RDLC files (http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition/ReportDefinition.xsd) i saw TextboxType has a XMLNode of type CustomPropertiesType which contains sequence of CustomPropertyType. The definition of CustomPropertyType is <xsd:complexType name="CustomProp...