Sets new property value of all selected document elements
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void SetSelectionPropertyValue( string propertyName, Type propertyType, ReportDesigner..::.GetNewValueMethod getNewValueMethod, Object newValue ) |
Visual Basic (Declaration) |
---|
Public Sub SetSelectionPropertyValue ( _ propertyName As String, _ propertyType As Type, _ getNewValueMethod As ReportDesigner..::.GetNewValueMethod, _ newValue As Object _ ) |
Visual C++ |
---|
public: void SetSelectionPropertyValue( String^ propertyName, Type^ propertyType, ReportDesigner..::.GetNewValueMethod^ getNewValueMethod, Object^ newValue ) |
Parameters
- propertyName
- Type: System..::.String
- propertyType
- Type: System..::.Type
- getNewValueMethod
- Type: PerpetuumSoft.Reporting.Designer..::.ReportDesigner..::.GetNewValueMethod
- newValue
- Type: System..::.Object