Print a tree with 4 columns and 3 levels
-
- Posts: 12
- Joined: Sun Aug 30, 2009 9:47 am
Print a tree with 4 columns and 3 levels
I'm a tree that is north of 3 level I want it to print
Please help and tell what that tool should I use
Thank you in advance for your cooperation
:oho:
Please help and tell what that tool should I use
Thank you in advance for your cooperation
:oho:
Print a tree with 4 columns and 3 levels
Hello,
You can use HierarchicalBand for your request. Please check samples in Demo.exe application.
Thank you.
You can use HierarchicalBand for your request. Please check samples in Demo.exe application.
Thank you.
-
- Posts: 12
- Joined: Sun Aug 30, 2009 9:47 am
Print a tree with 4 columns and 3 levels
Hi, thanks for your reply
I use the intra-group problem you've solved the problem now I'm into history is related to Persian
I want the header when the largest group on Kvchtryn and I found it to be able to convert and display Frasy do
So I need to waste any group in my code with the functions that I want to convert to Persian calender
For example,On 2010/04/19, which is related should be displayed 1389/01/30
helpe me please:shame: :shame:
I use the intra-group problem you've solved the problem now I'm into history is related to Persian
I want the header when the largest group on Kvchtryn and I found it to be able to convert and display Frasy do
So I need to waste any group in my code with the functions that I want to convert to Persian calender
For example,On 2010/04/19, which is related should be displayed 1389/01/30
helpe me please:shame: :shame:
Print a tree with 4 columns and 3 levels
Hello,
I hardly think we can help you in this question. We do not know how to do it.
Thank you.
I hardly think we can help you in this question. We do not know how to do it.
Thank you.
-
- Posts: 12
- Joined: Sun Aug 30, 2009 9:47 am
Print a tree with 4 columns and 3 levels
tanks
I want to change standard date to persian calender
i have function this work but i can not use it in report
i want report in Processing called my vb.net function
I want to change standard date to persian calender
i have function this work but i can not use it in report
i want report in Processing called my vb.net function
Print a tree with 4 columns and 3 levels
Hello,
You can write your function on the Code tab in the begin of report, for example:
and then use this function in expressions, for example:
Thank you.
You can write your function on the Code tab in the begin of report, for example:
Code: Select all
Namespace Reports
Public Class Report
Inherits Stimulsoft.Report.StiReport
Public Function GetDateString(ByVal dateToConvert As DateTime) As String
'
'Place your code here
'
Return "new date string"
End Function
Public Sub New()
MyBase.New
Me.InitializeComponent
.....
Code: Select all
DateTimeStandard: {DateTime.Now}
DateTimeModified: {GetDateString(DateTime.Now)}
- Attachments
-
- 398.Report.mrt
- (3.52 KiB) Downloaded 310 times
-
- Posts: 12
- Joined: Sun Aug 30, 2009 9:47 am
Print a tree with 4 columns and 3 levels
hi
very tanks my dear
very tanks my dear
Print a tree with 4 columns and 3 levels
Ok! Let us know if you need any additional help.
Thank you.
Thank you.